Html Css Color HEX #1864DB Navy Blue

📋 copy color: '#1864DB'

red 24 ◦ green 100 ◦ blue 219

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

Shades of Navy Blue #1864DB

Tints of Navy Blue #1864DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.15%

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

R = 7%
G = 29.15%
B = 63.85%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1864DB (or 0x1864DB) is known color: Navy Blue. HEX triplet: 18, 64 and DB. RGB value is (24,100,219). Sum of RGB (Red+Green+Blue) = 24+100+219=343 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.00% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 219 (85.94% from 255 or 63.85% from 343); Max value from RGB is 219 - color contains mainly: blue. Hex color #1864DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1864DB is #E79B24. Grayscale: #5A5A5A. Windows color (decimal): -15178533 or 14378008. OLE color: 14378008.

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

Color convert

RGB 24 100 219 -
CMYK 0.89 0.54 0 0.14
HSL 216.62º 0.8% 0.48% -
HSV(B) 216.62º 0.89% 0.86% -
XYZ 17.72 14.42 68.87 -
YUV 90.84 200.32 80.32 -
System Red Green Blue C M Y K H S L
Decimal 24 100 219 0.89 0.54 0 0.14 216.62 0.8 0.48
Hex 18 64 DB 59 36 0 E D9 50 30
Octal 30 144 333 131 66 0 16 331 120 60
Binary 11000 1100100 11011011 1011001 110110 0 1110 11011001 1010000 110000

Color Harmonies of #1864DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1864DB

Black with #1864DB

Text Example


Text Example

White with #1864DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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