Html Css Color HEX #1871DB Navy Blue

📋 copy color: '#1871DB'

red 24 ◦ green 113 ◦ blue 219

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

Shades of Navy Blue #1871DB

Tints of Navy Blue #1871DB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.74%

 BLUE value IS 219 (85.94% from 255) = 61.52%

R = 6.74%
G = 31.74%
B = 61.52%

CMYK

 C value IS 0.89

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1871DB (or 0x1871DB) is known color: Navy Blue. HEX triplet: 18, 71 and DB. RGB value is (24,113,219). Sum of RGB (Red+Green+Blue) = 24+113+219=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 219 (85.94% from 255 or 61.52% from 356); Max value from RGB is 219 - color contains mainly: blue. Hex color #1871DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1871DB is #E78E24. Grayscale: #616161. Windows color (decimal): -15175205 or 14381336. OLE color: 14381336.

HSL color Cylindrical-coordinate representation of color #1871DB: hue angle of 212.62º 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 #1871DB is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 113 219 -
CMYK 0.89 0.48 0 0.14
HSL 212.62º 0.8% 0.48% -
HSV(B) 212.62º 0.89% 0.86% -
XYZ 19.07 17.12 69.32 -
YUV 98.47 196.01 74.88 -
System Red Green Blue C M Y K H S L
Decimal 24 113 219 0.89 0.48 0 0.14 212.62 0.8 0.48
Hex 18 71 DB 59 30 0 E D5 50 30
Octal 30 161 333 131 60 0 16 325 120 60
Binary 11000 1110001 11011011 1011001 110000 0 1110 11010101 1010000 110000

Color Harmonies of #1871DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1871DB

Black with #1871DB

Text Example


Text Example

White with #1871DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1871DB; }

 p { color: rgb(24,113,219); }

 H1.HeaderClassName
 {
   color: #1871DB;
 }
 .AnyTagClassName
 {
   color: #1871DB;
 }
</style>

background-color css

<style>
 a { background-color: #1871DB; }

 a { background-color: rgb(24,113,219); }

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

border-color css

<style>
 span { border-color: #1871DB; }

 span { border-color: rgb(24,113,219); }

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