Html Css Color HEX #024CE4 Navy Blue

📋 copy color: '#024CE4'

red 2 ◦ green 76 ◦ blue 228

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

Shades of Navy Blue #024CE4

Tints of Navy Blue #024CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 74.51%

R = 0.65%
G = 24.84%
B = 74.51%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#024CE4 (or 0x024CE4) is known color: Navy Blue. HEX triplet: 02, 4C and E4. RGB value is (2,76,228). Sum of RGB (Red+Green+Blue) = 2+76+228=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 228 (89.45% from 255 or 74.51% from 306); Max value from RGB is 228 - color contains mainly: blue. Hex color #024CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CE4 is #FDB31B. Grayscale: #464646. Windows color (decimal): -16626460 or 14961666. OLE color: 14961666.

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

Color convert

RGB 2 76 228 -
CMYK 0.99 0.67 0 0.11
HSL 220.35º 0.98% 0.45% -
HSV(B) 220.35º 0.99% 0.89% -
XYZ 16.61 10.78 74.6 -
YUV 71.2 216.48 78.64 -
System Red Green Blue C M Y K H S L
Decimal 2 76 228 0.99 0.67 0 0.11 220.35 0.98 0.45
Hex 2 4C E4 63 43 0 B DC 62 2D
Octal 2 114 344 143 103 0 13 334 142 55
Binary 10 1001100 11100100 1100011 1000011 0 1011 11011100 1100010 101101

Color Harmonies of #024CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CE4

Black with #024CE4

Text Example


Text Example

White with #024CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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