Html Css Color HEX #024EDB Navy Blue

📋 copy color: '#024EDB'

red 2 ◦ green 78 ◦ blue 219

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

Shades of Navy Blue #024EDB

Tints of Navy Blue #024EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.09%

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

R = 0.67%
G = 26.09%
B = 73.24%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#024EDB (or 0x024EDB) is known color: Navy Blue. HEX triplet: 02, 4E and DB. RGB value is (2,78,219). Sum of RGB (Red+Green+Blue) = 2+78+219=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 219 (85.94% from 255 or 73.24% from 299); Max value from RGB is 219 - color contains mainly: blue. Hex color #024EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EDB is #FDB124. Grayscale: #464646. Windows color (decimal): -16625957 or 14372354. OLE color: 14372354.

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

Color convert

RGB 2 78 219 -
CMYK 0.99 0.64 0 0.14
HSL 218.99º 0.98% 0.43% -
HSV(B) 218.99º 0.99% 0.86% -
XYZ 15.54 10.58 68.24 -
YUV 71.35 211.32 78.54 -
System Red Green Blue C M Y K H S L
Decimal 2 78 219 0.99 0.64 0 0.14 218.99 0.98 0.43
Hex 2 4E DB 63 40 0 E DB 62 2B
Octal 2 116 333 143 100 0 16 333 142 53
Binary 10 1001110 11011011 1100011 1000000 0 1110 11011011 1100010 101011

Color Harmonies of #024EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EDB

Black with #024EDB

Text Example


Text Example

White with #024EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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