Html Css Color HEX #024EE0 Navy Blue

📋 copy color: '#024EE0'

red 2 ◦ green 78 ◦ blue 224

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

Shades of Navy Blue #024EE0

Tints of Navy Blue #024EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 73.68%

R = 0.66%
G = 25.66%
B = 73.68%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#024EE0 (or 0x024EE0) is known color: Navy Blue. HEX triplet: 02, 4E and E0. RGB value is (2,78,224). Sum of RGB (Red+Green+Blue) = 2+78+224=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 224 (87.89% from 255 or 73.68% from 304); Max value from RGB is 224 - color contains mainly: blue. Hex color #024EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #024EE0 is #FDB11F. Grayscale: #474747. Windows color (decimal): -16625952 or 14700034. OLE color: 14700034.

HSL color Cylindrical-coordinate representation of color #024EE0: hue angle of 219.46º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EE0 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 2 78 224 -
CMYK 0.99 0.65 0 0.12
HSL 219.46º 0.98% 0.44% -
HSV(B) 219.46º 0.99% 0.88% -
XYZ 16.2 10.84 71.76 -
YUV 71.92 213.82 78.13 -
System Red Green Blue C M Y K H S L
Decimal 2 78 224 0.99 0.65 0 0.12 219.46 0.98 0.44
Hex 2 4E E0 63 41 0 C DB 62 2C
Octal 2 116 340 143 101 0 14 333 142 54
Binary 10 1001110 11100000 1100011 1000001 0 1100 11011011 1100010 101100

Color Harmonies of #024EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024EE0

Black with #024EE0

Text Example


Text Example

White with #024EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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