Html Css Color HEX #024CE9 Navy Blue

📋 copy color: '#024CE9'

red 2 ◦ green 76 ◦ blue 233

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

Shades of Navy Blue #024CE9

Tints of Navy Blue #024CE9

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.44%

 BLUE value IS 233 (91.41% from 255) = 74.92%

R = 0.64%
G = 24.44%
B = 74.92%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#024CE9 (or 0x024CE9) is known color: Navy Blue. HEX triplet: 02, 4C and E9. RGB value is (2,76,233). Sum of RGB (Red+Green+Blue) = 2+76+233=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 233 (91.41% from 255 or 74.92% from 311); Max value from RGB is 233 - color contains mainly: blue. Hex color #024CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024CE9 is #FDB316. Grayscale: #474747. Windows color (decimal): -16626455 or 15289346. OLE color: 15289346.

HSL color Cylindrical-coordinate representation of color #024CE9: hue angle of 220.78º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024CE9 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 76 233 -
CMYK 0.99 0.67 0 0.09
HSL 220.78º 0.98% 0.46% -
HSV(B) 220.78º 0.99% 0.91% -
XYZ 17.32 11.06 78.31 -
YUV 71.77 218.98 78.23 -
System Red Green Blue C M Y K H S L
Decimal 2 76 233 0.99 0.67 0 0.09 220.78 0.98 0.46
Hex 2 4C E9 63 43 0 9 DD 62 2E
Octal 2 114 351 143 103 0 11 335 142 56
Binary 10 1001100 11101001 1100011 1000011 0 1001 11011101 1100010 101110

Color Harmonies of #024CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CE9

Black with #024CE9

Text Example


Text Example

White with #024CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,76,233); }

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

background-color css

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

 a { background-color: rgb(2,76,233); }

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

border-color css

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

 span { border-color: rgb(2,76,233); }

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