#045EB7

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

Shades of Denim #045EB7

Tints of Denim #045EB7

Color information

#045EB7 (or 0x045EB7) is unknown color: approx Denim. HEX triplet: 04, 5E and B7. RGB value is (4,94,183). Sum of RGB (Red+Green+Blue) = 4+94+183=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 183 (71.88% from 255 or 65.12% from 281); Max value from RGB is 183 - color contains mainly: blue. Hex color #045EB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EB7 is #FBA148. Grayscale: #4C4C4C. Windows color (decimal): -16490825 or 12017156. OLE color: 12017156.

HSL color Cylindrical-coordinate representation of color #045EB7: hue angle of 209.83º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045EB7 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB494183-
CMYK0.980.4900.28
HSL209.83º95.72%36.67%-
HSV(B)209.83º97.81%71.76%-
XYZ12.611.4546.35-
YUV77.24187.6875.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.42%
GREEN value IS 94 (37.11% from 255) = 33.45%
BLUE value IS 183 (71.88% from 255) = 65.12%
R=1.42%
G=33.45%
B=65.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4941830.980.4900.28209.8395.7236.67
Hex45EB7623101Cd26025
Octal41362671426103432214045
Binary1001011110101101111100010110001011100110100101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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