Html Css Color HEX #1870DD Navy Blue

📋 copy color: '#1870DD'

red 24 ◦ green 112 ◦ blue 221

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

Shades of Navy Blue #1870DD

Tints of Navy Blue #1870DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.9%

R = 6.72%
G = 31.37%
B = 61.9%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1870DD (or 0x1870DD) is known color: Navy Blue. HEX triplet: 18, 70 and DD. RGB value is (24,112,221). Sum of RGB (Red+Green+Blue) = 24+112+221=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 221 (86.72% from 255 or 61.90% from 357); Max value from RGB is 221 - color contains mainly: blue. Hex color #1870DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1870DD is #E78F22. Grayscale: #616161. Windows color (decimal): -15175459 or 14512152. OLE color: 14512152.

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

Color convert

RGB 24 112 221 -
CMYK 0.89 0.49 0 0.13
HSL 213.2º 0.8% 0.48% -
HSV(B) 213.2º 0.89% 0.87% -
XYZ 19.22 17 70.68 -
YUV 98.11 197.35 75.14 -
System Red Green Blue C M Y K H S L
Decimal 24 112 221 0.89 0.49 0 0.13 213.2 0.8 0.48
Hex 18 70 DD 59 31 0 D D5 50 30
Octal 30 160 335 131 61 0 15 325 120 60
Binary 11000 1110000 11011101 1011001 110001 0 1101 11010101 1010000 110000

Color Harmonies of #1870DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1870DD

Black with #1870DD

Text Example


Text Example

White with #1870DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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