Html Css Color HEX #1870DC Navy Blue

📋 copy color: '#1870DC'

red 24 ◦ green 112 ◦ blue 220

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

Shades of Navy Blue #1870DC

Tints of Navy Blue #1870DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 61.8%

R = 6.74%
G = 31.46%
B = 61.8%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1870DC (or 0x1870DC) is known color: Navy Blue. HEX triplet: 18, 70 and DC. RGB value is (24,112,220). Sum of RGB (Red+Green+Blue) = 24+112+220=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #1870DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1870DC is #E78F23. Grayscale: #616161. Windows color (decimal): -15175460 or 14446616. OLE color: 14446616.

HSL color Cylindrical-coordinate representation of color #1870DC: hue angle of 213.06º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1870DC is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 112 220 -
CMYK 0.89 0.49 0 0.14
HSL 213.06º 0.8% 0.48% -
HSV(B) 213.06º 0.89% 0.86% -
XYZ 19.09 16.95 69.98 -
YUV 98 196.85 75.22 -
System Red Green Blue C M Y K H S L
Decimal 24 112 220 0.89 0.49 0 0.14 213.06 0.8 0.48
Hex 18 70 DC 59 31 0 E D5 50 30
Octal 30 160 334 131 61 0 16 325 120 60
Binary 11000 1110000 11011100 1011001 110001 0 1110 11010101 1010000 110000

Color Harmonies of #1870DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1870DC

Black with #1870DC

Text Example


Text Example

White with #1870DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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