Html Css Color HEX #024AD6 Navy Blue

📋 copy color: '#024AD6'

red 2 ◦ green 74 ◦ blue 214

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

Shades of Navy Blue #024AD6

Tints of Navy Blue #024AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 73.79%

R = 0.69%
G = 25.52%
B = 73.79%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#024AD6 (or 0x024AD6) is known color: Navy Blue. HEX triplet: 02, 4A and D6. RGB value is (2,74,214). Sum of RGB (Red+Green+Blue) = 2+74+214=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 214 (83.98% from 255 or 73.79% from 290); Max value from RGB is 214 - color contains mainly: blue. Hex color #024AD6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AD6 is #FDB529. Grayscale: #434343. Windows color (decimal): -16626986 or 14043650. OLE color: 14043650.

HSL color Cylindrical-coordinate representation of color #024AD6: hue angle of 219.62º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AD6 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 74 214 -
CMYK 0.99 0.65 0 0.16
HSL 219.62º 0.98% 0.42% -
HSV(B) 219.62º 0.99% 0.84% -
XYZ 14.61 9.77 64.73 -
YUV 68.43 210.15 80.62 -
System Red Green Blue C M Y K H S L
Decimal 2 74 214 0.99 0.65 0 0.16 219.62 0.98 0.42
Hex 2 4A D6 63 41 0 10 DC 62 2A
Octal 2 112 326 143 101 0 20 334 142 52
Binary 10 1001010 11010110 1100011 1000001 0 10000 11011100 1100010 101010

Color Harmonies of #024AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024AD6

Black with #024AD6

Text Example


Text Example

White with #024AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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