Shades of Denim #0A59BB
Tints of Denim #0A59BB
RGB
CMYK
RGB Variations
Color information
#0A59BB (or 0x0A59BB) is known color: Denim. HEX triplet: 0A, 59 and BB. RGB value is (10,89,187). Sum of RGB (Red+Green+Blue) = 10+89+187=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 187 (73.44% from 255 or 65.38% from 286); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A59BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A59BB is #F5A644. Grayscale: #4C4C4C. Windows color (decimal): -16098885 or 12278026. OLE color: 12278026.
HSL color Cylindrical-coordinate representation of color #0A59BB: hue angle of 213.22º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A59BB is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 89 | 187 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.27 |
| HSL | 213.22º | 0.9% | 0.39% | - |
| HSV(B) | 213.22º | 0.95% | 0.73% | - |
| XYZ | 12.67 | 10.8 | 48.43 | - |
| YUV | 76.55 | 190.33 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 89 | 187 | 0.95 | 0.52 | 0 | 0.27 | 213.22 | 0.9 | 0.39 |
| Hex | A | 59 | BB | 5F | 34 | 0 | 1B | D5 | 5A | 27 |
| Octal | 12 | 131 | 273 | 137 | 64 | 0 | 33 | 325 | 132 | 47 |
| Binary | 1010 | 1011001 | 10111011 | 1011111 | 110100 | 0 | 11011 | 11010101 | 1011010 | 100111 |
Color Harmonies of #0A59BB
Complementary color
Monochromatic Colors of #0A59BB
Black with #0A59BB
Text Example
Text Example
White with #0A59BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A59BB; }
p { color: rgb(10,89,187); }
H1.HeaderClassName
{
color: #0A59BB;
}
.AnyTagClassName
{
color: #0A59BB;
}
</style>
background-color css
<style>
a { background-color: #0A59BB; }
a { background-color: rgb(10,89,187); }
div.DivClassName
{
background-color: #0A59BB;
}
.BgClassName
{
background-color: #0A59BB;
}
</style>
border-color css
<style>
span { border-color: #0A59BB; }
span { border-color: rgb(10,89,187); }
td.TdClassName
{
border-color: #0A59BB;
}
.TagClassName
{
border-color: #0A59BB;
}
</style>