Html Css Color HEX #024EC9 Navy Blue

📋 copy color: '#024EC9'

red 2 ◦ green 78 ◦ blue 201

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

Shades of Navy Blue #024EC9

Tints of Navy Blue #024EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 71.53%

R = 0.71%
G = 27.76%
B = 71.53%

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

#024EC9 (or 0x024EC9) is known color: Navy Blue. HEX triplet: 02, 4E and C9. RGB value is (2,78,201). Sum of RGB (Red+Green+Blue) = 2+78+201=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 201 (78.91% from 255 or 71.53% from 281); Max value from RGB is 201 - color contains mainly: blue. Hex color #024EC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EC9 is #FDB136. Grayscale: #444444. Windows color (decimal): -16625975 or 13192706. OLE color: 13192706.

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

Color convert

RGB 2 78 201 -
CMYK 0.99 0.61 0 0.21
HSL 217.09º 0.98% 0.4% -
HSV(B) 217.09º 0.99% 0.79% -
XYZ 13.29 9.68 56.43 -
YUV 69.3 202.32 80 -
System Red Green Blue C M Y K H S L
Decimal 2 78 201 0.99 0.61 0 0.21 217.09 0.98 0.4
Hex 2 4E C9 63 3D 0 15 D9 62 28
Octal 2 116 311 143 75 0 25 331 142 50
Binary 10 1001110 11001001 1100011 111101 0 10101 11011001 1100010 101000

Color Harmonies of #024EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EC9

Black with #024EC9

Text Example


Text Example

White with #024EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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