Shades of Denim #0A5CBB
Tints of Denim #0A5CBB
RGB
CMYK
RGB Variations
Color information
#0A5CBB (or 0x0A5CBB) is known color: Denim. HEX triplet: 0A, 5C and BB. RGB value is (10,92,187). Sum of RGB (Red+Green+Blue) = 10+92+187=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A5CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5CBB is #F5A344. Grayscale: #4D4D4D. Windows color (decimal): -16098117 or 12278794. OLE color: 12278794.
HSL color Cylindrical-coordinate representation of color #0A5CBB: hue angle of 212.2º 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 #0A5CBB is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 92 | 187 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.27 |
| HSL | 212.2º | 0.9% | 0.39% | - |
| HSV(B) | 212.2º | 0.95% | 0.73% | - |
| XYZ | 12.92 | 11.31 | 48.52 | - |
| YUV | 78.31 | 189.33 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 92 | 187 | 0.95 | 0.51 | 0 | 0.27 | 212.2 | 0.9 | 0.39 |
| Hex | A | 5C | BB | 5F | 33 | 0 | 1B | D4 | 5A | 27 |
| Octal | 12 | 134 | 273 | 137 | 63 | 0 | 33 | 324 | 132 | 47 |
| Binary | 1010 | 1011100 | 10111011 | 1011111 | 110011 | 0 | 11011 | 11010100 | 1011010 | 100111 |
Color Harmonies of #0A5CBB
Complementary color
Monochromatic Colors of #0A5CBB
Black with #0A5CBB
Text Example
Text Example
White with #0A5CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5CBB; }
p { color: rgb(10,92,187); }
H1.HeaderClassName
{
color: #0A5CBB;
}
.AnyTagClassName
{
color: #0A5CBB;
}
</style>
background-color css
<style>
a { background-color: #0A5CBB; }
a { background-color: rgb(10,92,187); }
div.DivClassName
{
background-color: #0A5CBB;
}
.BgClassName
{
background-color: #0A5CBB;
}
</style>
border-color css
<style>
span { border-color: #0A5CBB; }
span { border-color: rgb(10,92,187); }
td.TdClassName
{
border-color: #0A5CBB;
}
.TagClassName
{
border-color: #0A5CBB;
}
</style>