Shades of Denim #005AB9
Tints of Denim #005AB9
RGB
CMYK
RGB Variations
Color information
#005AB9 (or 0x005AB9) is known color: Denim. HEX triplet: 00, 5A and B9. RGB value is (0,90,185). Sum of RGB (Red+Green+Blue) = 0+90+185=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 185 (72.66% from 255 or 67.27% from 275); Max value from RGB is 185 - color contains mainly: blue. Hex color #005AB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005AB9 is #FFA546. Grayscale: #494949. Windows color (decimal): -16753991 or 12147200. OLE color: 12147200.
HSL color Cylindrical-coordinate representation of color #005AB9: hue angle of 210.81º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005AB9 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 90 | 185 | - |
| CMYK | 1 | 0.51 | 0 | 0.27 |
| HSL | 210.81º | 1% | 0.36% | - |
| HSV(B) | 210.81º | 1% | 0.73% | - |
| XYZ | 12.41 | 10.82 | 47.33 | - |
| YUV | 73.92 | 190.68 | 75.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 90 | 185 | 1 | 0.51 | 0 | 0.27 | 210.81 | 1 | 0.36 |
| Hex | 0 | 5A | B9 | 64 | 33 | 0 | 1B | D3 | 64 | 24 |
| Octal | 0 | 132 | 271 | 144 | 63 | 0 | 33 | 323 | 144 | 44 |
| Binary | 0 | 1011010 | 10111001 | 1100100 | 110011 | 0 | 11011 | 11010011 | 1100100 | 100100 |
Color Harmonies of #005AB9
Complementary color
Monochromatic Colors of #005AB9
Black with #005AB9
Text Example
Text Example
White with #005AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005AB9; }
p { color: rgb(0,90,185); }
H1.HeaderClassName
{
color: #005AB9;
}
.AnyTagClassName
{
color: #005AB9;
}
</style>
background-color css
<style>
a { background-color: #005AB9; }
a { background-color: rgb(0,90,185); }
div.DivClassName
{
background-color: #005AB9;
}
.BgClassName
{
background-color: #005AB9;
}
</style>
border-color css
<style>
span { border-color: #005AB9; }
span { border-color: rgb(0,90,185); }
td.TdClassName
{
border-color: #005AB9;
}
.TagClassName
{
border-color: #005AB9;
}
</style>