Shades of Denim #0A5CB1
Tints of Denim #0A5CB1
RGB
CMYK
RGB Variations
Color information
#0A5CB1 (or 0x0A5CB1) is known color: Denim. HEX triplet: 0A, 5C and B1. RGB value is (10,92,177). Sum of RGB (Red+Green+Blue) = 10+92+177=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 177 (69.53% from 255 or 63.44% from 279); Max value from RGB is 177 - color contains mainly: blue. Hex color #0A5CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A5CB1 is #F5A34E. Grayscale: #4C4C4C. Windows color (decimal): -16098127 or 11623434. OLE color: 11623434.
HSL color Cylindrical-coordinate representation of color #0A5CB1: hue angle of 210.54º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A5CB1 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 10 | 92 | 177 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.31 |
| HSL | 210.54º | 0.89% | 0.37% | - |
| HSV(B) | 210.54º | 0.94% | 0.69% | - |
| XYZ | 11.89 | 10.89 | 43.07 | - |
| YUV | 77.17 | 184.33 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 92 | 177 | 0.94 | 0.48 | 0 | 0.31 | 210.54 | 0.89 | 0.37 |
| Hex | A | 5C | B1 | 5E | 30 | 0 | 1F | D3 | 59 | 25 |
| Octal | 12 | 134 | 261 | 136 | 60 | 0 | 37 | 323 | 131 | 45 |
| Binary | 1010 | 1011100 | 10110001 | 1011110 | 110000 | 0 | 11111 | 11010011 | 1011001 | 100101 |
Color Harmonies of #0A5CB1
Complementary color
Monochromatic Colors of #0A5CB1
Black with #0A5CB1
Text Example
Text Example
White with #0A5CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5CB1; }
p { color: rgb(10,92,177); }
H1.HeaderClassName
{
color: #0A5CB1;
}
.AnyTagClassName
{
color: #0A5CB1;
}
</style>
background-color css
<style>
a { background-color: #0A5CB1; }
a { background-color: rgb(10,92,177); }
div.DivClassName
{
background-color: #0A5CB1;
}
.BgClassName
{
background-color: #0A5CB1;
}
</style>
border-color css
<style>
span { border-color: #0A5CB1; }
span { border-color: rgb(10,92,177); }
td.TdClassName
{
border-color: #0A5CB1;
}
.TagClassName
{
border-color: #0A5CB1;
}
</style>