Shades of Denim #045ABD
Tints of Denim #045ABD
RGB
CMYK
RGB Variations
Color information
#045ABD (or 0x045ABD) is known color: Denim. HEX triplet: 04, 5A and BD. RGB value is (4,90,189). Sum of RGB (Red+Green+Blue) = 4+90+189=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #045ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045ABD is #FBA542. Grayscale: #4B4B4B. Windows color (decimal): -16491843 or 12409348. OLE color: 12409348.
HSL color Cylindrical-coordinate representation of color #045ABD: hue angle of 212.11º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045ABD is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 4 | 90 | 189 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.26 |
| HSL | 212.11º | 0.96% | 0.38% | - |
| HSV(B) | 212.11º | 0.98% | 0.74% | - |
| XYZ | 12.89 | 11.01 | 49.59 | - |
| YUV | 75.57 | 192.01 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 189 | 0.98 | 0.52 | 0 | 0.26 | 212.11 | 0.96 | 0.38 |
| Hex | 4 | 5A | BD | 62 | 34 | 0 | 1A | D4 | 60 | 26 |
| Octal | 4 | 132 | 275 | 142 | 64 | 0 | 32 | 324 | 140 | 46 |
| Binary | 100 | 1011010 | 10111101 | 1100010 | 110100 | 0 | 11010 | 11010100 | 1100000 | 100110 |
Color Harmonies of #045ABD
Complementary color
Monochromatic Colors of #045ABD
Black with #045ABD
Text Example
Text Example
White with #045ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045ABD; }
p { color: rgb(4,90,189); }
H1.HeaderClassName
{
color: #045ABD;
}
.AnyTagClassName
{
color: #045ABD;
}
</style>
background-color css
<style>
a { background-color: #045ABD; }
a { background-color: rgb(4,90,189); }
div.DivClassName
{
background-color: #045ABD;
}
.BgClassName
{
background-color: #045ABD;
}
</style>
border-color css
<style>
span { border-color: #045ABD; }
span { border-color: rgb(4,90,189); }
td.TdClassName
{
border-color: #045ABD;
}
.TagClassName
{
border-color: #045ABD;
}
</style>