Shades of Denim #045AB7
Tints of Denim #045AB7
RGB
CMYK
RGB Variations
Color information
#045AB7 (or 0x045AB7) is known color: Denim. HEX triplet: 04, 5A and B7. RGB value is (4,90,183). Sum of RGB (Red+Green+Blue) = 4+90+183=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 183 (71.88% from 255 or 66.06% from 277); Max value from RGB is 183 - color contains mainly: blue. Hex color #045AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045AB7 is #FBA548. Grayscale: #4A4A4A. Windows color (decimal): -16491849 or 12016132. OLE color: 12016132.
HSL color Cylindrical-coordinate representation of color #045AB7: hue angle of 211.17º 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 #045AB7 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 90 | 183 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.28 |
| HSL | 211.17º | 0.96% | 0.37% | - |
| HSV(B) | 211.17º | 0.98% | 0.72% | - |
| XYZ | 12.25 | 10.76 | 46.23 | - |
| YUV | 74.89 | 189.01 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 183 | 0.98 | 0.51 | 0 | 0.28 | 211.17 | 0.96 | 0.37 |
| Hex | 4 | 5A | B7 | 62 | 33 | 0 | 1C | D3 | 60 | 25 |
| Octal | 4 | 132 | 267 | 142 | 63 | 0 | 34 | 323 | 140 | 45 |
| Binary | 100 | 1011010 | 10110111 | 1100010 | 110011 | 0 | 11100 | 11010011 | 1100000 | 100101 |
Color Harmonies of #045AB7
Complementary color
Monochromatic Colors of #045AB7
Black with #045AB7
Text Example
Text Example
White with #045AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045AB7; }
p { color: rgb(4,90,183); }
H1.HeaderClassName
{
color: #045AB7;
}
.AnyTagClassName
{
color: #045AB7;
}
</style>
background-color css
<style>
a { background-color: #045AB7; }
a { background-color: rgb(4,90,183); }
div.DivClassName
{
background-color: #045AB7;
}
.BgClassName
{
background-color: #045AB7;
}
</style>
border-color css
<style>
span { border-color: #045AB7; }
span { border-color: rgb(4,90,183); }
td.TdClassName
{
border-color: #045AB7;
}
.TagClassName
{
border-color: #045AB7;
}
</style>