Html Css Color HEX #024AD3 Navy Blue

📋 copy color: '#024AD3'

red 2 ◦ green 74 ◦ blue 211

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

Shades of Navy Blue #024AD3

Tints of Navy Blue #024AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 73.52%

R = 0.7%
G = 25.78%
B = 73.52%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#024AD3 (or 0x024AD3) is known color: Navy Blue. HEX triplet: 02, 4A and D3. RGB value is (2,74,211). Sum of RGB (Red+Green+Blue) = 2+74+211=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 211 (82.81% from 255 or 73.52% from 287); Max value from RGB is 211 - color contains mainly: blue. Hex color #024AD3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024AD3 is #FDB52C. Grayscale: #434343. Windows color (decimal): -16626989 or 13847042. OLE color: 13847042.

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

Color convert

RGB 2 74 211 -
CMYK 0.99 0.65 0 0.17
HSL 219.33º 0.98% 0.42% -
HSV(B) 219.33º 0.99% 0.83% -
XYZ 14.23 9.61 62.73 -
YUV 68.09 208.65 80.86 -
System Red Green Blue C M Y K H S L
Decimal 2 74 211 0.99 0.65 0 0.17 219.33 0.98 0.42
Hex 2 4A D3 63 41 0 11 DB 62 2A
Octal 2 112 323 143 101 0 21 333 142 52
Binary 10 1001010 11010011 1100011 1000001 0 10001 11011011 1100010 101010

Color Harmonies of #024AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024AD3

Black with #024AD3

Text Example


Text Example

White with #024AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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