#024BF9

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

Shades of Navy Blue #024BF9

Tints of Navy Blue #024BF9

Color information

#024BF9 (or 0x024BF9) is unknown color: approx Navy Blue. HEX triplet: 02, 4B and F9. RGB value is (2,75,249). Sum of RGB (Red+Green+Blue) = 2+75+249=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 249 (97.66% from 255 or 76.38% from 326); Max value from RGB is 249 - color contains mainly: blue. Hex color #024BF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #024BF9 is #FDB406. Grayscale: #484848. Windows color (decimal): -16626695 or 16337666. OLE color: 16337666.

HSL color Cylindrical-coordinate representation of color #024BF9: hue angle of 222.27º 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 #024BF9 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB275249-
CMYK0.990.7000.02
HSL222.27º98.41%49.22%-
HSV(B)222.27º99.2%97.65%-
XYZ19.6411.8890.88-
YUV73.01227.3277.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.61%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 249 (97.66% from 255) = 76.38%
R=0.61%
G=23.01%
B=76.38%

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
Decimal2752490.990.7000.02222.2798.4149.22
Hex24BF9634602de6231
Octal21133711431060233614261
Binary1010010111111100111000111000110010110111101100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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