Html Css Color HEX #024AFF Navy Blue

📋 copy color: '#024AFF'

red 2 ◦ green 74 ◦ blue 255

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

Shades of Navy Blue #024AFF

Tints of Navy Blue #024AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 77.04%

R = 0.6%
G = 22.36%
B = 77.04%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#024AFF (or 0x024AFF) is known color: Navy Blue. HEX triplet: 02, 4A and FF. RGB value is (2,74,255). Sum of RGB (Red+Green+Blue) = 2+74+255=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #024AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AFF is #FDB500. Grayscale: #484848. Windows color (decimal): -16626945 or 16730626. OLE color: 16730626.

HSL color Cylindrical-coordinate representation of color #024AFF: hue angle of 222.92º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AFF is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 2 74 255 -
CMYK 0.99 0.71 0 0
HSL 222.92º 1% 0.5% -
HSV(B) 222.92º 0.99% 1% -
XYZ 20.52 12.13 95.87 -
YUV 73.11 230.65 77.28 -
System Red Green Blue C M Y K H S L
Decimal 2 74 255 0.99 0.71 0 0 222.92 1 0.5
Hex 2 4A FF 63 47 0 0 DF 64 32
Octal 2 112 377 143 107 0 0 337 144 62
Binary 10 1001010 11111111 1100011 1000111 0 0 11011111 1100100 110010

Color Harmonies of #024AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024AFF

Black with #024AFF

Text Example


Text Example

White with #024AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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