Html Css Color HEX #024ACD Navy Blue

📋 copy color: '#024ACD'

red 2 ◦ green 74 ◦ blue 205

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

Shades of Navy Blue #024ACD

Tints of Navy Blue #024ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.95%

R = 0.71%
G = 26.33%
B = 72.95%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#024ACD (or 0x024ACD) is known color: Navy Blue. HEX triplet: 02, 4A and CD. RGB value is (2,74,205). Sum of RGB (Red+Green+Blue) = 2+74+205=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #024ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024ACD is #FDB532. Grayscale: #424242. Windows color (decimal): -16626995 or 13453826. OLE color: 13453826.

HSL color Cylindrical-coordinate representation of color #024ACD: hue angle of 218.72º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024ACD is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 74 205 -
CMYK 0.99 0.64 0 0.20
HSL 218.72º 0.98% 0.41% -
HSV(B) 218.72º 0.99% 0.8% -
XYZ 13.49 9.32 58.85 -
YUV 67.41 205.65 81.35 -
System Red Green Blue C M Y K H S L
Decimal 2 74 205 0.99 0.64 0 0.20 218.72 0.98 0.41
Hex 2 4A CD 63 40 0 14 DB 62 29
Octal 2 112 315 143 100 0 24 333 142 51
Binary 10 1001010 11001101 1100011 1000000 0 10100 11011011 1100010 101001

Color Harmonies of #024ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024ACD

Black with #024ACD

Text Example


Text Example

White with #024ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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