#024AF9

Color #024AF9 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #024AF9

Tints of Navy Blue #024AF9

Color information

#024AF9 (or 0x024AF9) is unknown color: approx Navy Blue. HEX triplet: 02, 4A and F9. RGB value is (2,74,249). Sum of RGB (Red+Green+Blue) = 2+74+249=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 249 (97.66% from 255 or 76.62% from 325); Max value from RGB is 249 - color contains mainly: blue. Hex color #024AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024AF9 is #FDB506. Grayscale: #474747. Windows color (decimal): -16626951 or 16337410. OLE color: 16337410.

HSL color Cylindrical-coordinate representation of color #024AF9: hue angle of 222.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024AF9 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB274249-
CMYK0.990.7000.02
HSL222.51º98.41%49.22%-
HSV(B)222.51º99.2%97.65%-
XYZ19.5711.7590.86-
YUV72.42227.6577.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 249 (97.66% from 255) = 76.62%
R=0.62%
G=22.77%
B=76.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2742490.990.7000.02222.5198.4149.22
Hex24AF9634602df6231
Octal21123711431060233714261
Binary1010010101111100111000111000110010110111111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #024AF9;
 }
 .AnyTagClassName
 {
   color: #024AF9;
 }
</style>
background-color css

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

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

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

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

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

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