#045EC4

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

Shades of Navy Blue #045EC4

Tints of Navy Blue #045EC4

Color information

#045EC4 (or 0x045EC4) is unknown color: approx Navy Blue. HEX triplet: 04, 5E and C4. RGB value is (4,94,196). Sum of RGB (Red+Green+Blue) = 4+94+196=294 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.36% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 196 (76.95% from 255 or 66.67% from 294); Max value from RGB is 196 - color contains mainly: blue. Hex color #045EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EC4 is #FBA13B. Grayscale: #4E4E4E. Windows color (decimal): -16490812 or 12869124. OLE color: 12869124.

HSL color Cylindrical-coordinate representation of color #045EC4: hue angle of 211.88º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EC4 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB494196-
CMYK0.980.5200.23
HSL211.88º96%39.22%-
HSV(B)211.88º97.96%76.86%-
XYZ14.0212.0253.81-
YUV78.72194.1874.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.36%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 196 (76.95% from 255) = 66.67%
R=1.36%
G=31.97%
B=66.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal4941960.980.5200.23211.889639.22
Hex45EC46234017d46027
Octal41363041426402732414047
Binary1001011110110001001100010110100010111110101001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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