Html Css Color HEX #024ADE Navy Blue

📋 copy color: '#024ADE'

red 2 ◦ green 74 ◦ blue 222

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

Shades of Navy Blue #024ADE

Tints of Navy Blue #024ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

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

R = 0.67%
G = 24.83%
B = 74.5%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#024ADE (or 0x024ADE) is known color: Navy Blue. HEX triplet: 02, 4A and DE. RGB value is (2,74,222). Sum of RGB (Red+Green+Blue) = 2+74+222=298 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 222 (87.11% from 255 or 74.50% from 298); Max value from RGB is 222 - color contains mainly: blue. Hex color #024ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024ADE is #FDB521. Grayscale: #444444. Windows color (decimal): -16626978 or 14567938. OLE color: 14567938.

HSL color Cylindrical-coordinate representation of color #024ADE: hue angle of 220.36º 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 #024ADE is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 74 222 -
CMYK 0.99 0.67 0 0.13
HSL 220.36º 0.98% 0.44% -
HSV(B) 220.36º 0.99% 0.87% -
XYZ 15.66 10.18 70.25 -
YUV 69.34 214.15 79.97 -
System Red Green Blue C M Y K H S L
Decimal 2 74 222 0.99 0.67 0 0.13 220.36 0.98 0.44
Hex 2 4A DE 63 43 0 D DC 62 2C
Octal 2 112 336 143 103 0 15 334 142 54
Binary 10 1001010 11011110 1100011 1000011 0 1101 11011100 1100010 101100

Color Harmonies of #024ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024ADE

Black with #024ADE

Text Example


Text Example

White with #024ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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