Html Css Color HEX #024FC9 Navy Blue

📋 copy color: '#024FC9'

red 2 ◦ green 79 ◦ blue 201

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

Shades of Navy Blue #024FC9

Tints of Navy Blue #024FC9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.01%

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

R = 0.71%
G = 28.01%
B = 71.28%

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

#024FC9 (or 0x024FC9) is known color: Navy Blue. HEX triplet: 02, 4F and C9. RGB value is (2,79,201). Sum of RGB (Red+Green+Blue) = 2+79+201=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 201 (78.91% from 255 or 71.28% from 282); Max value from RGB is 201 - color contains mainly: blue. Hex color #024FC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024FC9 is #FDB036. Grayscale: #454545. Windows color (decimal): -16625719 or 13192962. OLE color: 13192962.

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

Color convert

RGB 2 79 201 -
CMYK 0.99 0.61 0 0.21
HSL 216.78º 0.98% 0.4% -
HSV(B) 216.78º 0.99% 0.79% -
XYZ 13.36 9.82 56.45 -
YUV 69.89 201.99 79.58 -
System Red Green Blue C M Y K H S L
Decimal 2 79 201 0.99 0.61 0 0.21 216.78 0.98 0.4
Hex 2 4F C9 63 3D 0 15 D9 62 28
Octal 2 117 311 143 75 0 25 331 142 50
Binary 10 1001111 11001001 1100011 111101 0 10101 11011001 1100010 101000

Color Harmonies of #024FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024FC9

Black with #024FC9

Text Example


Text Example

White with #024FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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