Color Hex Logo

#1579cb Color Hex

#1579CB
(21,121,203)
0 Favorites   0 Comments

Color spaces of #1579cb

RGB 21121203
HSL0.580.810.44
HSV207°90°80°
CMYK 0.900.400.00   0.20
XYZ17.926118.146059.0576
Yxy18.14600.18840.1908
Hunter Lab42.59810.5695-52.3804
CIE-Lab49.67273.6663-49.8767

#1579cb color RGB value is (21,121,203).

#1579cb hex color red value is 21, green value is 121 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1579cb hue: 0.58 , saturation: 0.81 and the lightness value of 1579cb is 0.44.

The process color (four color CMYK) of #1579cb color hex is 0.90, 0.40, 0.00, 0.20. Web safe color of #1579cb is #0066cc. Color #1579cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111001 11001011
Octal 25 171 313
Decimal 21 121 203
Hex 15 79 CB

RGB Percentages of Color #1579cb

%6.09
%35.07
%58.84

CMYK Percentages of Color #1579cb

%90
%40
%0
%20

Triadic Colors of #1579cb

#1579cb #cb1579 #79cb15

Analogous Colors of #1579cb

#1579cb #151ecb #15cbc2

Monochromatic Colors of #1579cb

#1579cb

Complementary Color

#1579cb #cb6715

#1579cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1579cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1579cb Color CSS Codes

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

#1579cb Text Font Color

<p style="color:#1579cb">Text here</p>

This sample text font color is #1579cb
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.


#1579cb Background Color

<div style="background-color:#1579cb">
Div content here</div>

This div background color is #1579cb


#1579cb Border Color

<div style="border:3px solid #1579cb">
Div here</div>

This div border color is #1579cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,121,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1579cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1579cb;
  -webkit-box-shadow: 1px 1px 3px 2px #1579cb;
  box-shadow:         1px 1px 3px 2px #1579cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,121,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1579cb


Comments

No comments written yet.

Please login to write comment.