Shades of Denim #045BB8
Tints of Denim #045BB8
RGB
CMYK
RGB Variations
Color information
#045BB8 (or 0x045BB8) is known color: Denim. HEX triplet: 04, 5B and B8. RGB value is (4,91,184). Sum of RGB (Red+Green+Blue) = 4+91+184=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 184 (72.27% from 255 or 65.95% from 279); Max value from RGB is 184 - color contains mainly: blue. Hex color #045BB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045BB8 is #FBA447. Grayscale: #4B4B4B. Windows color (decimal): -16491592 or 12081924. OLE color: 12081924.
HSL color Cylindrical-coordinate representation of color #045BB8: hue angle of 211º 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 #045BB8 is Cyan = 0.98, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 4 | 91 | 184 | - |
| CMYK | 0.98 | 0.51 | 0 | 0.28 |
| HSL | 211º | 0.96% | 0.37% | - |
| HSV(B) | 211º | 0.98% | 0.72% | - |
| XYZ | 12.44 | 10.97 | 46.81 | - |
| YUV | 75.59 | 189.18 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 91 | 184 | 0.98 | 0.51 | 0 | 0.28 | 211 | 0.96 | 0.37 |
| Hex | 4 | 5B | B8 | 62 | 33 | 0 | 1C | D3 | 60 | 25 |
| Octal | 4 | 133 | 270 | 142 | 63 | 0 | 34 | 323 | 140 | 45 |
| Binary | 100 | 1011011 | 10111000 | 1100010 | 110011 | 0 | 11100 | 11010011 | 1100000 | 100101 |
Color Harmonies of #045BB8
Complementary color
Monochromatic Colors of #045BB8
Black with #045BB8
Text Example
Text Example
White with #045BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045BB8; }
p { color: rgb(4,91,184); }
H1.HeaderClassName
{
color: #045BB8;
}
.AnyTagClassName
{
color: #045BB8;
}
</style>
background-color css
<style>
a { background-color: #045BB8; }
a { background-color: rgb(4,91,184); }
div.DivClassName
{
background-color: #045BB8;
}
.BgClassName
{
background-color: #045BB8;
}
</style>
border-color css
<style>
span { border-color: #045BB8; }
span { border-color: rgb(4,91,184); }
td.TdClassName
{
border-color: #045BB8;
}
.TagClassName
{
border-color: #045BB8;
}
</style>