Color Hex Logo

#1870af Color Hex

#1870AF
(24,112,175)
0 Favorites   0 Comments

Color spaces of #1870af

RGB 24112175
HSL0.570.760.39
HSV205°86°69°
CMYK 0.860.360.00   0.31
XYZ13.908714.877742.6961
Yxy14.87770.19460.2081
Hunter Lab38.5716-3.1343-38.6298
CIE-Lab45.4662-1.4576-40.4119

#1870af color RGB value is (24,112,175).

#1870af hex color red value is 24, green value is 112 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1870af hue: 0.57 , saturation: 0.76 and the lightness value of 1870af is 0.39.

The process color (four color CMYK) of #1870af color hex is 0.86, 0.36, 0.00, 0.31. Web safe color of #1870af is #006699. Color #1870af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01110000 10101111
Octal 30 160 257
Decimal 24 112 175
Hex 18 70 AF

RGB Percentages of Color #1870af

%7.72
%36.01
%56.27

CMYK Percentages of Color #1870af

%86
%36
%0
%31

Triadic Colors of #1870af

#1870af #af1870 #70af18

Analogous Colors of #1870af

#1870af #1824af #18afa3

Monochromatic Colors of #1870af

#1870af

Complementary Color

#1870af #af5718

#1870af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1870af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1870af Color CSS Codes

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

#1870af Text Font Color

<p style="color:#1870af">Text here</p>

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


#1870af Background Color

<div style="background-color:#1870af">
Div content here</div>

This div background color is #1870af


#1870af Border Color

<div style="border:3px solid #1870af">
Div here</div>

This div border color is #1870af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,112,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1870af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1870af;
  -webkit-box-shadow: 1px 1px 3px 2px #1870af;
  box-shadow:         1px 1px 3px 2px #1870af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,112,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1870af


Comments

No comments written yet.

Please login to write comment.