#045EBE

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

Shades of Navy Blue #045EBE

Tints of Navy Blue #045EBE

Color information

#045EBE (or 0x045EBE) is unknown color: approx Navy Blue. HEX triplet: 04, 5E and BE. RGB value is (4,94,190). Sum of RGB (Red+Green+Blue) = 4+94+190=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 94 (37.11% from 255 or 32.64% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #045EBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EBE is #FBA141. Grayscale: #4D4D4D. Windows color (decimal): -16490818 or 12475908. OLE color: 12475908.

HSL color Cylindrical-coordinate representation of color #045EBE: hue angle of 210.97º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EBE is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB494190-
CMYK0.980.5100.25
HSL210.97º95.88%38.04%-
HSV(B)210.97º97.89%74.51%-
XYZ13.3511.7550.28-
YUV78.03191.1875.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.39%
GREEN value IS 94 (37.11% from 255) = 32.64%
BLUE value IS 190 (74.61% from 255) = 65.97%
R=1.39%
G=32.64%
B=65.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4941900.980.5100.25210.9795.8838.04
Hex45EBE6233019d36026
Octal41362761426303132314046
Binary1001011110101111101100010110011011001110100111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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