Html Css Color HEX #024CE1 Navy Blue

📋 copy color: '#024CE1'

red 2 ◦ green 76 ◦ blue 225

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

Shades of Navy Blue #024CE1

Tints of Navy Blue #024CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 74.26%

R = 0.66%
G = 25.08%
B = 74.26%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#024CE1 (or 0x024CE1) is known color: Navy Blue. HEX triplet: 02, 4C and E1. RGB value is (2,76,225). Sum of RGB (Red+Green+Blue) = 2+76+225=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 225 (88.28% from 255 or 74.26% from 303); Max value from RGB is 225 - color contains mainly: blue. Hex color #024CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CE1 is #FDB31E. Grayscale: #464646. Windows color (decimal): -16626463 or 14765058. OLE color: 14765058.

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

Color convert

RGB 2 76 225 -
CMYK 0.99 0.66 0 0.12
HSL 220.09º 0.98% 0.45% -
HSV(B) 220.09º 0.99% 0.88% -
XYZ 16.2 10.62 72.43 -
YUV 70.86 214.98 78.88 -
System Red Green Blue C M Y K H S L
Decimal 2 76 225 0.99 0.66 0 0.12 220.09 0.98 0.45
Hex 2 4C E1 63 42 0 C DC 62 2D
Octal 2 114 341 143 102 0 14 334 142 55
Binary 10 1001100 11100001 1100011 1000010 0 1100 11011100 1100010 101101

Color Harmonies of #024CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CE1

Black with #024CE1

Text Example


Text Example

White with #024CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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