Shades of Denim #045DB5
Tints of Denim #045DB5
RGB
CMYK
RGB Variations
Color information
#045DB5 (or 0x045DB5) is known color: Denim. HEX triplet: 04, 5D and B5. RGB value is (4,93,181). Sum of RGB (Red+Green+Blue) = 4+93+181=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 181 (71.09% from 255 or 65.11% from 278); Max value from RGB is 181 - color contains mainly: blue. Hex color #045DB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045DB5 is #FBA24A. Grayscale: #4B4B4B. Windows color (decimal): -16491083 or 11885828. OLE color: 11885828.
HSL color Cylindrical-coordinate representation of color #045DB5: hue angle of 209.83º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DB5 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 93 | 181 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.29 |
| HSL | 209.83º | 0.96% | 0.36% | - |
| HSV(B) | 209.83º | 0.98% | 0.71% | - |
| XYZ | 12.3 | 11.19 | 45.23 | - |
| YUV | 76.42 | 187.01 | 76.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 181 | 0.98 | 0.49 | 0 | 0.29 | 209.83 | 0.96 | 0.36 |
| Hex | 4 | 5D | B5 | 62 | 31 | 0 | 1D | D2 | 60 | 24 |
| Octal | 4 | 135 | 265 | 142 | 61 | 0 | 35 | 322 | 140 | 44 |
| Binary | 100 | 1011101 | 10110101 | 1100010 | 110001 | 0 | 11101 | 11010010 | 1100000 | 100100 |
Color Harmonies of #045DB5
Complementary color
Monochromatic Colors of #045DB5
Black with #045DB5
Text Example
Text Example
White with #045DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045DB5; }
p { color: rgb(4,93,181); }
H1.HeaderClassName
{
color: #045DB5;
}
.AnyTagClassName
{
color: #045DB5;
}
</style>
background-color css
<style>
a { background-color: #045DB5; }
a { background-color: rgb(4,93,181); }
div.DivClassName
{
background-color: #045DB5;
}
.BgClassName
{
background-color: #045DB5;
}
</style>
border-color css
<style>
span { border-color: #045DB5; }
span { border-color: rgb(4,93,181); }
td.TdClassName
{
border-color: #045DB5;
}
.TagClassName
{
border-color: #045DB5;
}
</style>