Shades of Denim #045DB1
Tints of Denim #045DB1
RGB
CMYK
RGB Variations
Color information
#045DB1 (or 0x045DB1) is known color: Denim. HEX triplet: 04, 5D and B1. RGB value is (4,93,177). Sum of RGB (Red+Green+Blue) = 4+93+177=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 177 (69.53% from 255 or 64.60% from 274); Max value from RGB is 177 - color contains mainly: blue. Hex color #045DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045DB1 is #FBA24E. Grayscale: #4B4B4B. Windows color (decimal): -16491087 or 11623684. OLE color: 11623684.
HSL color Cylindrical-coordinate representation of color #045DB1: hue angle of 209.13º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #045DB1 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 4 | 93 | 177 | - |
| CMYK | 0.98 | 0.47 | 0 | 0.31 |
| HSL | 209.13º | 0.96% | 0.35% | - |
| HSV(B) | 209.13º | 0.98% | 0.69% | - |
| XYZ | 11.9 | 11.03 | 43.1 | - |
| YUV | 75.97 | 185.01 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 93 | 177 | 0.98 | 0.47 | 0 | 0.31 | 209.13 | 0.96 | 0.35 |
| Hex | 4 | 5D | B1 | 62 | 2F | 0 | 1F | D1 | 60 | 23 |
| Octal | 4 | 135 | 261 | 142 | 57 | 0 | 37 | 321 | 140 | 43 |
| Binary | 100 | 1011101 | 10110001 | 1100010 | 101111 | 0 | 11111 | 11010001 | 1100000 | 100011 |
Color Harmonies of #045DB1
Complementary color
Monochromatic Colors of #045DB1
Black with #045DB1
Text Example
Text Example
White with #045DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045DB1; }
p { color: rgb(4,93,177); }
H1.HeaderClassName
{
color: #045DB1;
}
.AnyTagClassName
{
color: #045DB1;
}
</style>
background-color css
<style>
a { background-color: #045DB1; }
a { background-color: rgb(4,93,177); }
div.DivClassName
{
background-color: #045DB1;
}
.BgClassName
{
background-color: #045DB1;
}
</style>
border-color css
<style>
span { border-color: #045DB1; }
span { border-color: rgb(4,93,177); }
td.TdClassName
{
border-color: #045DB1;
}
.TagClassName
{
border-color: #045DB1;
}
</style>