Html Css Color HEX #024CDE Navy Blue

📋 copy color: '#024CDE'

red 2 ◦ green 76 ◦ blue 222

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

Shades of Navy Blue #024CDE

Tints of Navy Blue #024CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 74%

R = 0.67%
G = 25.33%
B = 74%

CMYK

 C value IS 0.99

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#024CDE (or 0x024CDE) is known color: Navy Blue. HEX triplet: 02, 4C and DE. RGB value is (2,76,222). Sum of RGB (Red+Green+Blue) = 2+76+222=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 222 (87.11% from 255 or 74% from 300); Max value from RGB is 222 - color contains mainly: blue. Hex color #024CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024CDE is #FDB321. Grayscale: #454545. Windows color (decimal): -16626466 or 14568450. OLE color: 14568450.

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

Color convert

RGB 2 76 222 -
CMYK 0.99 0.66 0 0.13
HSL 219.82º 0.98% 0.44% -
HSV(B) 219.82º 0.99% 0.87% -
XYZ 15.79 10.46 70.29 -
YUV 70.52 213.48 79.13 -
System Red Green Blue C M Y K H S L
Decimal 2 76 222 0.99 0.66 0 0.13 219.82 0.98 0.44
Hex 2 4C DE 63 42 0 D DC 62 2C
Octal 2 114 336 143 102 0 15 334 142 54
Binary 10 1001100 11011110 1100011 1000010 0 1101 11011100 1100010 101100

Color Harmonies of #024CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024CDE

Black with #024CDE

Text Example


Text Example

White with #024CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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