#045EBB

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

Shades of Denim #045EBB

Tints of Denim #045EBB

Color information

#045EBB (or 0x045EBB) is unknown color: approx Denim. HEX triplet: 04, 5E and BB. RGB value is (4,94,187). Sum of RGB (Red+Green+Blue) = 4+94+187=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 94 (37.11% from 255 or 32.98% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #045EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EBB is #FBA144. Grayscale: #4D4D4D. Windows color (decimal): -16490821 or 12279300. OLE color: 12279300.

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

Color convert

RGB494187-
CMYK0.980.5000.27
HSL210.49º95.81%37.45%-
HSV(B)210.49º97.86%73.33%-
XYZ13.0211.6248.57-
YUV77.69189.6875.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.40%
GREEN value IS 94 (37.11% from 255) = 32.98%
BLUE value IS 187 (73.44% from 255) = 65.61%
R=1.40%
G=32.98%
B=65.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal4941870.980.5000.27210.4995.8137.45
Hex45EBB623201Bd26025
Octal41362731426203332214045
Binary1001011110101110111100010110010011011110100101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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