Shades of Denim #0A5FBA
Tints of Denim #0A5FBA
RGB
CMYK
RGB Variations
Color information
#0A5FBA (or 0x0A5FBA) is known color: Denim. HEX triplet: 0A, 5F and BA. RGB value is (10,95,186). Sum of RGB (Red+Green+Blue) = 10+95+186=291 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.44% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #0A5FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A5FBA is #F5A045. Grayscale: #4F4F4F. Windows color (decimal): -16097350 or 12214026. OLE color: 12214026.
HSL color Cylindrical-coordinate representation of color #0A5FBA: hue angle of 211.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A5FBA is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 95 | 186 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.27 |
| HSL | 211.02º | 0.9% | 0.38% | - |
| HSV(B) | 211.02º | 0.95% | 0.73% | - |
| XYZ | 13.08 | 11.79 | 48.04 | - |
| YUV | 79.96 | 187.84 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 95 | 186 | 0.95 | 0.49 | 0 | 0.27 | 211.02 | 0.9 | 0.38 |
| Hex | A | 5F | BA | 5F | 31 | 0 | 1B | D3 | 5A | 26 |
| Octal | 12 | 137 | 272 | 137 | 61 | 0 | 33 | 323 | 132 | 46 |
| Binary | 1010 | 1011111 | 10111010 | 1011111 | 110001 | 0 | 11011 | 11010011 | 1011010 | 100110 |
Color Harmonies of #0A5FBA
Complementary color
Monochromatic Colors of #0A5FBA
Black with #0A5FBA
Text Example
Text Example
White with #0A5FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A5FBA; }
p { color: rgb(10,95,186); }
H1.HeaderClassName
{
color: #0A5FBA;
}
.AnyTagClassName
{
color: #0A5FBA;
}
</style>
background-color css
<style>
a { background-color: #0A5FBA; }
a { background-color: rgb(10,95,186); }
div.DivClassName
{
background-color: #0A5FBA;
}
.BgClassName
{
background-color: #0A5FBA;
}
</style>
border-color css
<style>
span { border-color: #0A5FBA; }
span { border-color: rgb(10,95,186); }
td.TdClassName
{
border-color: #0A5FBA;
}
.TagClassName
{
border-color: #0A5FBA;
}
</style>