Shades of Denim #0A5CBD
Tints of Denim #0A5CBD
RGB
CMYK
RGB Variations
Color information
#0A5CBD (or 0x0A5CBD) is known color: Denim. HEX triplet: 0A, 5C and BD. RGB value is (10,92,189). Sum of RGB (Red+Green+Blue) = 10+92+189=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A5CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5CBD is #F5A342. Grayscale: #4E4E4E. Windows color (decimal): -16098115 or 12409866. OLE color: 12409866.
HSL color Cylindrical-coordinate representation of color #0A5CBD: hue angle of 212.51º 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 #0A5CBD is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 92 | 189 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.26 |
| HSL | 212.51º | 0.9% | 0.39% | - |
| HSV(B) | 212.51º | 0.95% | 0.74% | - |
| XYZ | 13.14 | 11.39 | 49.65 | - |
| YUV | 78.54 | 190.33 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 92 | 189 | 0.95 | 0.51 | 0 | 0.26 | 212.51 | 0.9 | 0.39 |
| Hex | A | 5C | BD | 5F | 33 | 0 | 1A | D5 | 5A | 27 |
| Octal | 12 | 134 | 275 | 137 | 63 | 0 | 32 | 325 | 132 | 47 |
| Binary | 1010 | 1011100 | 10111101 | 1011111 | 110011 | 0 | 11010 | 11010101 | 1011010 | 100111 |
Color Harmonies of #0A5CBD
Complementary color
Monochromatic Colors of #0A5CBD
Black with #0A5CBD
Text Example
Text Example
White with #0A5CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5CBD; }
p { color: rgb(10,92,189); }
H1.HeaderClassName
{
color: #0A5CBD;
}
.AnyTagClassName
{
color: #0A5CBD;
}
</style>
background-color css
<style>
a { background-color: #0A5CBD; }
a { background-color: rgb(10,92,189); }
div.DivClassName
{
background-color: #0A5CBD;
}
.BgClassName
{
background-color: #0A5CBD;
}
</style>
border-color css
<style>
span { border-color: #0A5CBD; }
span { border-color: rgb(10,92,189); }
td.TdClassName
{
border-color: #0A5CBD;
}
.TagClassName
{
border-color: #0A5CBD;
}
</style>