Shades of Denim #045DAE
Tints of Denim #045DAE
RGB
CMYK
RGB Variations
Color information
#045DAE (or 0x045DAE) is known color: Denim. HEX triplet: 04, 5D and AE. RGB value is (4,93,174). Sum of RGB (Red+Green+Blue) = 4+93+174=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #045DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045DAE is #FBA251. Grayscale: #4B4B4B. Windows color (decimal): -16491090 or 11427076. OLE color: 11427076.
HSL color Cylindrical-coordinate representation of color #045DAE: hue angle of 208.59º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DAE is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 93 | 174 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.32 |
| HSL | 208.59º | 0.96% | 0.35% | - |
| HSV(B) | 208.59º | 0.98% | 0.68% | - |
| XYZ | 11.6 | 10.91 | 41.54 | - |
| YUV | 75.62 | 183.51 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 174 | 0.98 | 0.47 | 0 | 0.32 | 208.59 | 0.96 | 0.35 |
| Hex | 4 | 5D | AE | 62 | 2F | 0 | 20 | D1 | 60 | 23 |
| Octal | 4 | 135 | 256 | 142 | 57 | 0 | 40 | 321 | 140 | 43 |
| Binary | 100 | 1011101 | 10101110 | 1100010 | 101111 | 0 | 100000 | 11010001 | 1100000 | 100011 |
Color Harmonies of #045DAE
Complementary color
Monochromatic Colors of #045DAE
Black with #045DAE
Text Example
Text Example
White with #045DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045DAE; }
p { color: rgb(4,93,174); }
H1.HeaderClassName
{
color: #045DAE;
}
.AnyTagClassName
{
color: #045DAE;
}
</style>
background-color css
<style>
a { background-color: #045DAE; }
a { background-color: rgb(4,93,174); }
div.DivClassName
{
background-color: #045DAE;
}
.BgClassName
{
background-color: #045DAE;
}
</style>
border-color css
<style>
span { border-color: #045DAE; }
span { border-color: rgb(4,93,174); }
td.TdClassName
{
border-color: #045DAE;
}
.TagClassName
{
border-color: #045DAE;
}
</style>