Html Css Color HEX #1870DE Navy Blue

📋 copy color: '#1870DE'

red 24 ◦ green 112 ◦ blue 222

#1870DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #1870DE

Tints of Navy Blue #1870DE

RGB

 RED value IS 24 (9.77% from 255) = 6.7%

 GREEN value IS 112 (44.14% from 255) = 31.28%

 BLUE value IS 222 (87.11% from 255) = 62.01%

R = 6.7%
G = 31.28%
B = 62.01%

CMYK

 C value IS 0.89

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1870DE (or 0x1870DE) is known color: Navy Blue. HEX triplet: 18, 70 and DE. RGB value is (24,112,222). Sum of RGB (Red+Green+Blue) = 24+112+222=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #1870DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1870DE is #E78F21. Grayscale: #616161. Windows color (decimal): -15175458 or 14577688. OLE color: 14577688.

HSL color Cylindrical-coordinate representation of color #1870DE: hue angle of 213.33º degrees, saturation: 0.8, 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 #1870DE is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 24 112 222 -
CMYK 0.89 0.50 0 0.13
HSL 213.33º 0.8% 0.48% -
HSV(B) 213.33º 0.89% 0.87% -
XYZ 19.36 17.06 71.38 -
YUV 98.23 197.85 75.06 -
System Red Green Blue C M Y K H S L
Decimal 24 112 222 0.89 0.50 0 0.13 213.33 0.8 0.48
Hex 18 70 DE 59 32 0 D D5 50 30
Octal 30 160 336 131 62 0 15 325 120 60
Binary 11000 1110000 11011110 1011001 110010 0 1101 11010101 1010000 110000

Color Harmonies of #1870DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1870DE

Black with #1870DE

Text Example


Text Example

White with #1870DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1870DE;
 }
 .AnyTagClassName
 {
   color: #1870DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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