Shades of Denim #045EB8
Tints of Denim #045EB8
RGB
CMYK
RGB Variations
Color information
#045EB8 (or 0x045EB8) is known color: Denim. HEX triplet: 04, 5E and B8. RGB value is (4,94,184). Sum of RGB (Red+Green+Blue) = 4+94+184=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 184 (72.27% from 255 or 65.25% from 282); Max value from RGB is 184 - color contains mainly: blue. Hex color #045EB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045EB8 is #FBA147. Grayscale: #4C4C4C. Windows color (decimal): -16490824 or 12082692. OLE color: 12082692.
HSL color Cylindrical-coordinate representation of color #045EB8: hue angle of 210º 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 #045EB8 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 94 | 184 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.28 |
| HSL | 210º | 0.96% | 0.37% | - |
| HSV(B) | 210º | 0.98% | 0.72% | - |
| XYZ | 12.7 | 11.49 | 46.9 | - |
| YUV | 77.35 | 188.18 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 184 | 0.98 | 0.49 | 0 | 0.28 | 210 | 0.96 | 0.37 |
| Hex | 4 | 5E | B8 | 62 | 31 | 0 | 1C | D2 | 60 | 25 |
| Octal | 4 | 136 | 270 | 142 | 61 | 0 | 34 | 322 | 140 | 45 |
| Binary | 100 | 1011110 | 10111000 | 1100010 | 110001 | 0 | 11100 | 11010010 | 1100000 | 100101 |
Color Harmonies of #045EB8
Complementary color
Monochromatic Colors of #045EB8
Black with #045EB8
Text Example
Text Example
White with #045EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045EB8; }
p { color: rgb(4,94,184); }
H1.HeaderClassName
{
color: #045EB8;
}
.AnyTagClassName
{
color: #045EB8;
}
</style>
background-color css
<style>
a { background-color: #045EB8; }
a { background-color: rgb(4,94,184); }
div.DivClassName
{
background-color: #045EB8;
}
.BgClassName
{
background-color: #045EB8;
}
</style>
border-color css
<style>
span { border-color: #045EB8; }
span { border-color: rgb(4,94,184); }
td.TdClassName
{
border-color: #045EB8;
}
.TagClassName
{
border-color: #045EB8;
}
</style>