Html Css Color HEX #024CDB Navy Blue

📋 copy color: '#024CDB'

red 2 ◦ green 76 ◦ blue 219

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

Shades of Navy Blue #024CDB

Tints of Navy Blue #024CDB

RGB

 RED value IS 2 (1.17% from 255) = 0.67%

 GREEN value IS 76 (30.08% from 255) = 25.59%

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

R = 0.67%
G = 25.59%
B = 73.74%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#024CDB (or 0x024CDB) is known color: Navy Blue. HEX triplet: 02, 4C and DB. RGB value is (2,76,219). Sum of RGB (Red+Green+Blue) = 2+76+219=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 219 (85.94% from 255 or 73.74% from 297); Max value from RGB is 219 - color contains mainly: blue. Hex color #024CDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CDB is #FDB324. Grayscale: #454545. Windows color (decimal): -16626469 or 14371842. OLE color: 14371842.

HSL color Cylindrical-coordinate representation of color #024CDB: hue angle of 219.54º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CDB is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 76 219 -
CMYK 0.99 0.65 0 0.14
HSL 219.54º 0.98% 0.43% -
HSV(B) 219.54º 0.99% 0.86% -
XYZ 15.4 10.3 68.19 -
YUV 70.18 211.98 79.37 -
System Red Green Blue C M Y K H S L
Decimal 2 76 219 0.99 0.65 0 0.14 219.54 0.98 0.43
Hex 2 4C DB 63 41 0 E DC 62 2B
Octal 2 114 333 143 101 0 16 334 142 53
Binary 10 1001100 11011011 1100011 1000001 0 1110 11011100 1100010 101011

Color Harmonies of #024CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CDB

Black with #024CDB

Text Example


Text Example

White with #024CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024CDB; }

 p { color: rgb(2,76,219); }

 H1.HeaderClassName
 {
   color: #024CDB;
 }
 .AnyTagClassName
 {
   color: #024CDB;
 }
</style>

background-color css

<style>
 a { background-color: #024CDB; }

 a { background-color: rgb(2,76,219); }

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

border-color css

<style>
 span { border-color: #024CDB; }

 span { border-color: rgb(2,76,219); }

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