Shades of Denim #045AB4
Tints of Denim #045AB4
RGB
CMYK
RGB Variations
Color information
#045AB4 (or 0x045AB4) is known color: Denim. HEX triplet: 04, 5A and B4. RGB value is (4,90,180). Sum of RGB (Red+Green+Blue) = 4+90+180=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 180 (70.70% from 255 or 65.69% from 274); Max value from RGB is 180 - color contains mainly: blue. Hex color #045AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #045AB4 is #FBA54B. Grayscale: #4A4A4A. Windows color (decimal): -16491852 or 11819524. OLE color: 11819524.
HSL color Cylindrical-coordinate representation of color #045AB4: hue angle of 210.68º 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 #045AB4 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 4 | 90 | 180 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.29 |
| HSL | 210.68º | 0.96% | 0.36% | - |
| HSV(B) | 210.68º | 0.98% | 0.71% | - |
| XYZ | 11.94 | 10.63 | 44.6 | - |
| YUV | 74.55 | 187.51 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 180 | 0.98 | 0.50 | 0 | 0.29 | 210.68 | 0.96 | 0.36 |
| Hex | 4 | 5A | B4 | 62 | 32 | 0 | 1D | D3 | 60 | 24 |
| Octal | 4 | 132 | 264 | 142 | 62 | 0 | 35 | 323 | 140 | 44 |
| Binary | 100 | 1011010 | 10110100 | 1100010 | 110010 | 0 | 11101 | 11010011 | 1100000 | 100100 |
Color Harmonies of #045AB4
Complementary color
Monochromatic Colors of #045AB4
Black with #045AB4
Text Example
Text Example
White with #045AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045AB4; }
p { color: rgb(4,90,180); }
H1.HeaderClassName
{
color: #045AB4;
}
.AnyTagClassName
{
color: #045AB4;
}
</style>
background-color css
<style>
a { background-color: #045AB4; }
a { background-color: rgb(4,90,180); }
div.DivClassName
{
background-color: #045AB4;
}
.BgClassName
{
background-color: #045AB4;
}
</style>
border-color css
<style>
span { border-color: #045AB4; }
span { border-color: rgb(4,90,180); }
td.TdClassName
{
border-color: #045AB4;
}
.TagClassName
{
border-color: #045AB4;
}
</style>