Shades of Denim #045FAC
Tints of Denim #045FAC
RGB
CMYK
RGB Variations
Color information
#045FAC (or 0x045FAC) is known color: Denim. HEX triplet: 04, 5F and AC. RGB value is (4,95,172). Sum of RGB (Red+Green+Blue) = 4+95+172=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 95 (37.5% from 255 or 35.06% from 271); Blue value is 172 (67.58% from 255 or 63.47% from 271); Max value from RGB is 172 - color contains mainly: blue. Hex color #045FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045FAC is #FBA053. Grayscale: #4C4C4C. Windows color (decimal): -16490580 or 11296516. OLE color: 11296516.
HSL color Cylindrical-coordinate representation of color #045FAC: hue angle of 207.5º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045FAC is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 95 | 172 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.33 |
| HSL | 207.5º | 0.95% | 0.35% | - |
| HSV(B) | 207.5º | 0.98% | 0.67% | - |
| XYZ | 11.59 | 11.19 | 40.58 | - |
| YUV | 76.57 | 181.85 | 76.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 172 | 0.98 | 0.45 | 0 | 0.33 | 207.5 | 0.95 | 0.35 |
| Hex | 4 | 5F | AC | 62 | 2D | 0 | 21 | D0 | 5F | 23 |
| Octal | 4 | 137 | 254 | 142 | 55 | 0 | 41 | 320 | 137 | 43 |
| Binary | 100 | 1011111 | 10101100 | 1100010 | 101101 | 0 | 100001 | 11010000 | 1011111 | 100011 |
Color Harmonies of #045FAC
Complementary color
Monochromatic Colors of #045FAC
Black with #045FAC
Text Example
Text Example
White with #045FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045FAC; }
p { color: rgb(4,95,172); }
H1.HeaderClassName
{
color: #045FAC;
}
.AnyTagClassName
{
color: #045FAC;
}
</style>
background-color css
<style>
a { background-color: #045FAC; }
a { background-color: rgb(4,95,172); }
div.DivClassName
{
background-color: #045FAC;
}
.BgClassName
{
background-color: #045FAC;
}
</style>
border-color css
<style>
span { border-color: #045FAC; }
span { border-color: rgb(4,95,172); }
td.TdClassName
{
border-color: #045FAC;
}
.TagClassName
{
border-color: #045FAC;
}
</style>