Html Css Color HEX #024ECA Navy Blue

📋 copy color: '#024ECA'

red 2 ◦ green 78 ◦ blue 202

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

Shades of Navy Blue #024ECA

Tints of Navy Blue #024ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 71.63%

R = 0.71%
G = 27.66%
B = 71.63%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#024ECA (or 0x024ECA) is known color: Navy Blue. HEX triplet: 02, 4E and CA. RGB value is (2,78,202). Sum of RGB (Red+Green+Blue) = 2+78+202=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #024ECA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024ECA is #FDB135. Grayscale: #444444. Windows color (decimal): -16625974 or 13258242. OLE color: 13258242.

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

Color convert

RGB 2 78 202 -
CMYK 0.99 0.61 0 0.21
HSL 217.2º 0.98% 0.4% -
HSV(B) 217.2º 0.99% 0.79% -
XYZ 13.41 9.73 57.05 -
YUV 69.41 202.82 79.92 -
System Red Green Blue C M Y K H S L
Decimal 2 78 202 0.99 0.61 0 0.21 217.2 0.98 0.4
Hex 2 4E CA 63 3D 0 15 D9 62 28
Octal 2 116 312 143 75 0 25 331 142 50
Binary 10 1001110 11001010 1100011 111101 0 10101 11011001 1100010 101000

Color Harmonies of #024ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024ECA

Black with #024ECA

Text Example


Text Example

White with #024ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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