Shades of Denim #045BB9
Tints of Denim #045BB9
RGB
CMYK
RGB Variations
Color information
#045BB9 (or 0x045BB9) is known color: Denim. HEX triplet: 04, 5B and B9. RGB value is (4,91,185). Sum of RGB (Red+Green+Blue) = 4+91+185=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 185 (72.66% from 255 or 66.07% from 280); Max value from RGB is 185 - color contains mainly: blue. Hex color #045BB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BB9 is #FBA446. Grayscale: #4B4B4B. Windows color (decimal): -16491591 or 12147460. OLE color: 12147460.
HSL color Cylindrical-coordinate representation of color #045BB9: hue angle of 211.16º 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 #045BB9 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 91 | 185 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.27 |
| HSL | 211.16º | 0.96% | 0.37% | - |
| HSV(B) | 211.16º | 0.98% | 0.73% | - |
| XYZ | 12.55 | 11.01 | 47.36 | - |
| YUV | 75.7 | 189.68 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 185 | 0.98 | 0.51 | 0 | 0.27 | 211.16 | 0.96 | 0.37 |
| Hex | 4 | 5B | B9 | 62 | 33 | 0 | 1B | D3 | 60 | 25 |
| Octal | 4 | 133 | 271 | 142 | 63 | 0 | 33 | 323 | 140 | 45 |
| Binary | 100 | 1011011 | 10111001 | 1100010 | 110011 | 0 | 11011 | 11010011 | 1100000 | 100101 |
Color Harmonies of #045BB9
Complementary color
Monochromatic Colors of #045BB9
Black with #045BB9
Text Example
Text Example
White with #045BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045BB9; }
p { color: rgb(4,91,185); }
H1.HeaderClassName
{
color: #045BB9;
}
.AnyTagClassName
{
color: #045BB9;
}
</style>
background-color css
<style>
a { background-color: #045BB9; }
a { background-color: rgb(4,91,185); }
div.DivClassName
{
background-color: #045BB9;
}
.BgClassName
{
background-color: #045BB9;
}
</style>
border-color css
<style>
span { border-color: #045BB9; }
span { border-color: rgb(4,91,185); }
td.TdClassName
{
border-color: #045BB9;
}
.TagClassName
{
border-color: #045BB9;
}
</style>