Shades of Denim #045DBA
Tints of Denim #045DBA
RGB
CMYK
RGB Variations
Color information
#045DBA (or 0x045DBA) is known color: Denim. HEX triplet: 04, 5D and BA. RGB value is (4,93,186). Sum of RGB (Red+Green+Blue) = 4+93+186=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #045DBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045DBA is #FBA245. Grayscale: #4C4C4C. Windows color (decimal): -16491078 or 12213508. OLE color: 12213508.
HSL color Cylindrical-coordinate representation of color #045DBA: hue angle of 210.66º 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 #045DBA is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 93 | 186 | - |
| CMYK | 0.98 | 0.5 | 0 | 0.27 |
| HSL | 210.66º | 0.96% | 0.37% | - |
| HSV(B) | 210.66º | 0.98% | 0.73% | - |
| XYZ | 12.83 | 11.4 | 47.98 | - |
| YUV | 76.99 | 189.51 | 75.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 186 | 0.98 | 0.5 | 0 | 0.27 | 210.66 | 0.96 | 0.37 |
| Hex | 4 | 5D | BA | 62 | 32 | 0 | 1B | D3 | 60 | 25 |
| Octal | 4 | 135 | 272 | 142 | 62 | 0 | 33 | 323 | 140 | 45 |
| Binary | 100 | 1011101 | 10111010 | 1100010 | 110010 | 0 | 11011 | 11010011 | 1100000 | 100101 |
Color Harmonies of #045DBA
Complementary color
Monochromatic Colors of #045DBA
Black with #045DBA
Text Example
Text Example
White with #045DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045DBA; }
p { color: rgb(4,93,186); }
H1.HeaderClassName
{
color: #045DBA;
}
.AnyTagClassName
{
color: #045DBA;
}
</style>
background-color css
<style>
a { background-color: #045DBA; }
a { background-color: rgb(4,93,186); }
div.DivClassName
{
background-color: #045DBA;
}
.BgClassName
{
background-color: #045DBA;
}
</style>
border-color css
<style>
span { border-color: #045DBA; }
span { border-color: rgb(4,93,186); }
td.TdClassName
{
border-color: #045DBA;
}
.TagClassName
{
border-color: #045DBA;
}
</style>