#024EF5

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

Shades of Navy Blue #024EF5

Tints of Navy Blue #024EF5

Color information

#024EF5 (or 0x024EF5) is unknown color: approx Navy Blue. HEX triplet: 02, 4E and F5. RGB value is (2,78,245). Sum of RGB (Red+Green+Blue) = 2+78+245=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 245 (96.09% from 255 or 75.38% from 325); Max value from RGB is 245 - color contains mainly: blue. Hex color #024EF5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #024EF5 is #FDB10A. Grayscale: #494949. Windows color (decimal): -16625931 or 16076290. OLE color: 16076290.

HSL color Cylindrical-coordinate representation of color #024EF5: hue angle of 221.23º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024EF5 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB278245-
CMYK0.990.6800.04
HSL221.23º98.38%48.43%-
HSV(B)221.23º99.18%96.08%-
XYZ19.2312.0587.7-
YUV74.31224.3276.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.62%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 245 (96.09% from 255) = 75.38%
R=0.62%
G=24%
B=75.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2782450.990.6800.04221.2398.3848.43
Hex24EF5634404dd6230
Octal21163651431040433514260
Binary10100111011110101110001110001000100110111011100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,78,245); }

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

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

 a { background-color: rgb(2,78,245); }

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

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

 span { border-color: rgb(2,78,245); }

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