#1870DF

Color #1870DF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1870DF

Tints of Navy Blue #1870DF

Color information

#1870DF (or 0x1870DF) is unknown color: approx Navy Blue. HEX triplet: 18, 70 and DF. RGB value is (24,112,223). Sum of RGB (Red+Green+Blue) = 24+112+223=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #1870DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1870DF is #E78F20. Grayscale: #616161. Windows color (decimal): -15175457 or 14643224. OLE color: 14643224.

HSL color Cylindrical-coordinate representation of color #1870DF: hue angle of 213.47º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1870DF is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB24112223-
CMYK0.890.5000.13
HSL213.47º80.57%48.43%-
HSV(B)213.47º89.24%87.45%-
XYZ19.4917.1172.09-
YUV98.34198.3574.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 6.69%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 223 (87.5% from 255) = 62.12%
R=6.69%
G=31.20%
B=62.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal241122230.890.5000.13213.4780.5748.43
Hex1870DF59320Dd55130
Octal301603371316201532512160
Binary11000111000011011111101100111001001101110101011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1870DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1870DF; }

 p { color: rgb(24,112,223); }

 H1.HeaderClassName
 {
   color: #1870DF;
 }
 .AnyTagClassName
 {
   color: #1870DF;
 }
</style>
background-color css

<style>
 a { background-color: #1870DF; }

 a { background-color: rgb(24,112,223); }

 div.DivClassName
 {
   background-color: #1870DF;
 }
 .BgClassName
 {
   background-color: #1870DF;
 }
</style>
border-color css

<style>
 span { border-color: #1870DF; }

 span { border-color: rgb(24,112,223); }

 td.TdClassName
 {
   border-color: #1870DF;
 }
 .TagClassName
 {
   border-color: #1870DF;
 }
</style>