Shades of Denim #0A5ABC
Tints of Denim #0A5ABC
RGB
CMYK
RGB Variations
Color information
#0A5ABC (or 0x0A5ABC) is known color: Denim. HEX triplet: 0A, 5A and BC. RGB value is (10,90,188). Sum of RGB (Red+Green+Blue) = 10+90+188=288 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.47% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A5ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5ABC is #F5A543. Grayscale: #4C4C4C. Windows color (decimal): -16098628 or 12343818. OLE color: 12343818.
HSL color Cylindrical-coordinate representation of color #0A5ABC: hue angle of 213.03º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5ABC is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 90 | 188 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.26 |
| HSL | 213.03º | 0.9% | 0.39% | - |
| HSV(B) | 213.03º | 0.95% | 0.74% | - |
| XYZ | 12.86 | 11.01 | 49.02 | - |
| YUV | 77.25 | 190.5 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 90 | 188 | 0.95 | 0.52 | 0 | 0.26 | 213.03 | 0.9 | 0.39 |
| Hex | A | 5A | BC | 5F | 34 | 0 | 1A | D5 | 5A | 27 |
| Octal | 12 | 132 | 274 | 137 | 64 | 0 | 32 | 325 | 132 | 47 |
| Binary | 1010 | 1011010 | 10111100 | 1011111 | 110100 | 0 | 11010 | 11010101 | 1011010 | 100111 |
Color Harmonies of #0A5ABC
Complementary color
Monochromatic Colors of #0A5ABC
Black with #0A5ABC
Text Example
Text Example
White with #0A5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5ABC; }
p { color: rgb(10,90,188); }
H1.HeaderClassName
{
color: #0A5ABC;
}
.AnyTagClassName
{
color: #0A5ABC;
}
</style>
background-color css
<style>
a { background-color: #0A5ABC; }
a { background-color: rgb(10,90,188); }
div.DivClassName
{
background-color: #0A5ABC;
}
.BgClassName
{
background-color: #0A5ABC;
}
</style>
border-color css
<style>
span { border-color: #0A5ABC; }
span { border-color: rgb(10,90,188); }
td.TdClassName
{
border-color: #0A5ABC;
}
.TagClassName
{
border-color: #0A5ABC;
}
</style>