#024BDE

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

Shades of Navy Blue #024BDE

Tints of Navy Blue #024BDE

Color information

#024BDE (or 0x024BDE) is unknown color: approx Navy Blue. HEX triplet: 02, 4B and DE. RGB value is (2,75,222). Sum of RGB (Red+Green+Blue) = 2+75+222=299 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #024BDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #024BDE is #FDB421. Grayscale: #454545. Windows color (decimal): -16626722 or 14568194. OLE color: 14568194.

HSL color Cylindrical-coordinate representation of color #024BDE: hue angle of 220.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024BDE is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB275222-
CMYK0.990.6600.13
HSL220.09º98.21%43.92%-
HSV(B)220.09º99.1%87.06%-
XYZ15.7310.3270.27-
YUV69.93213.8279.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.67%
GREEN value IS 75 (29.69% from 255) = 25.08%
BLUE value IS 222 (87.11% from 255) = 74.25%
R=0.67%
G=25.08%
B=74.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2752220.990.6600.13220.0998.2143.92
Hex24BDE63420Ddc622c
Octal211333614310201533414254
Binary101001011110111101100011100001001101110111001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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