Color Hex Logo

#1199ff Color Hex

#1199FF
(17,153,255)
1 Favorites   0 Comments

Color spaces of #1199ff

RGB 17153255
HSL0.571.000.53
HSV206°93°100°
CMYK 0.930.400.00   0.00
XYZ29.672430.121698.8579
Yxy30.12160.18700.1899
Hunter Lab54.88310.4599-68.3775
CIE-Lab61.75904.0206-59.5960

#1199ff color RGB value is (17,153,255).

#1199ff hex color red value is 17, green value is 153 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1199ff hue: 0.57 , saturation: 1.00 and the lightness value of 1199ff is 0.53.

The process color (four color CMYK) of #1199ff color hex is 0.93, 0.40, 0.00, 0.00. Web safe color of #1199ff is #0099ff. Color #1199ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011001 11111111
Octal 21 231 377
Decimal 17 153 255
Hex 11 99 FF

RGB Percentages of Color #1199ff

%4.00
%36.00
%60.00

CMYK Percentages of Color #1199ff

%93
%40
%0
%0

Triadic Colors of #1199ff

#1199ff #ff1199 #99ff11

Analogous Colors of #1199ff

#1199ff #1122ff #11ffee

Monochromatic Colors of #1199ff

#1199ff

Complementary Color

#1199ff #ff7711

#1199ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1199ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1199ff Color CSS Codes

.mybgcolor {background-color:#1199ff; } 
.myforecolor {color:#1199ff; }
.mybordercolor {border:3px solid #1199ff; }

#1199ff Text Font Color

<p style="color:#1199ff">Text here</p>

This sample text font color is #1199ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1199ff Background Color

<div style="background-color:#1199ff">
Div content here</div>

This div background color is #1199ff


#1199ff Border Color

<div style="border:3px solid #1199ff">
Div here</div>

This div border color is #1199ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,153,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1199ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1199ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1199ff;
  box-shadow:         1px 1px 3px 2px #1199ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,153,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1199ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1199ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1199ff;
  box-shadow:         1px 1px 3px 2px #1199ff;">
Div content here</div>

This div box has shadow with color #1199ff


Comments

No comments written yet.

Please login to write comment.