Html Css Color HEX #024ECB Navy Blue

📋 copy color: '#024ECB'

red 2 ◦ green 78 ◦ blue 203

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

Shades of Navy Blue #024ECB

Tints of Navy Blue #024ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 71.73%

R = 0.71%
G = 27.56%
B = 71.73%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#024ECB (or 0x024ECB) is known color: Navy Blue. HEX triplet: 02, 4E and CB. RGB value is (2,78,203). Sum of RGB (Red+Green+Blue) = 2+78+203=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #024ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024ECB is #FDB134. Grayscale: #444444. Windows color (decimal): -16625973 or 13323778. OLE color: 13323778.

HSL color Cylindrical-coordinate representation of color #024ECB: hue angle of 217.31º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ECB is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 78 203 -
CMYK 0.99 0.62 0 0.20
HSL 217.31º 0.98% 0.4% -
HSV(B) 217.31º 0.99% 0.8% -
XYZ 13.53 9.77 57.67 -
YUV 69.53 203.32 79.84 -
System Red Green Blue C M Y K H S L
Decimal 2 78 203 0.99 0.62 0 0.20 217.31 0.98 0.4
Hex 2 4E CB 63 3E 0 14 D9 62 28
Octal 2 116 313 143 76 0 24 331 142 50
Binary 10 1001110 11001011 1100011 111110 0 10100 11011001 1100010 101000

Color Harmonies of #024ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024ECB

Black with #024ECB

Text Example


Text Example

White with #024ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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