Html Css Color HEX #024BDB Navy Blue

📋 copy color: '#024BDB'

red 2 ◦ green 75 ◦ blue 219

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

Shades of Navy Blue #024BDB

Tints of Navy Blue #024BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.34%

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

R = 0.68%
G = 25.34%
B = 73.99%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#024BDB (or 0x024BDB) is known color: Navy Blue. HEX triplet: 02, 4B and DB. RGB value is (2,75,219). Sum of RGB (Red+Green+Blue) = 2+75+219=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 219 (85.94% from 255 or 73.99% from 296); Max value from RGB is 219 - color contains mainly: blue. Hex color #024BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BDB is #FDB424. Grayscale: #444444. Windows color (decimal): -16626725 or 14371586. OLE color: 14371586.

HSL color Cylindrical-coordinate representation of color #024BDB: hue angle of 219.82º 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 #024BDB is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 2 75 219 -
CMYK 0.99 0.66 0 0.14
HSL 219.82º 0.98% 0.43% -
HSV(B) 219.82º 0.99% 0.86% -
XYZ 15.33 10.16 68.17 -
YUV 69.59 212.32 79.79 -
System Red Green Blue C M Y K H S L
Decimal 2 75 219 0.99 0.66 0 0.14 219.82 0.98 0.43
Hex 2 4B DB 63 42 0 E DC 62 2B
Octal 2 113 333 143 102 0 16 334 142 53
Binary 10 1001011 11011011 1100011 1000010 0 1110 11011100 1100010 101011

Color Harmonies of #024BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024BDB

Black with #024BDB

Text Example


Text Example

White with #024BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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