#045ee2

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

Shades of Navy Blue #045EE2

Tints of Navy Blue #045EE2

Color information

#045EE2 (or 0x045EE2) is unknown color: approx Navy Blue. HEX triplet: 04, 5E and E2. RGB value is (4,94,226). Sum of RGB (Red+Green+Blue) = 4+94+226=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 226 (88.67% from 255 or 69.75% from 324); Max value from RGB is 226 - color contains mainly: blue. Hex color #045EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EE2 is #FBA11D. Grayscale: #515151. Windows color (decimal): -16490782 or 14835204. OLE color: 14835204.

HSL color Cylindrical-coordinate representation of color #045EE2: hue angle of 215.68º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EE2 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB494226-
CMYK0.980.5800.11
HSL215.68º96.52%45.1%-
HSV(B)215.68º98.23%88.63%-
XYZ17.7813.5273.62-
YUV82.14209.1872.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.23%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 226 (88.67% from 255) = 69.75%
R=1.23%
G=29.01%
B=69.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal4942260.980.5800.11215.6896.5245.1
Hex45EE2623A0Bd8612d
Octal41363421427201333014155
Binary100101111011100010110001011101001011110110001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045ee2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045ee2; }

 p { color: rgb(4,94,226); }

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

<style>
 a { background-color: #045ee2; }

 a { background-color: rgb(4,94,226); }

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

<style>
 span { border-color: #045ee2; }

 span { border-color: rgb(4,94,226); }

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