Shades of Denim #0A61BE
Tints of Denim #0A61BE
RGB
CMYK
RGB Variations
Color information
#0A61BE (or 0x0A61BE) is known color: Denim. HEX triplet: 0A, 61 and BE. RGB value is (10,97,190). Sum of RGB (Red+Green+Blue) = 10+97+190=297 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.37% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 190 (74.61% from 255 or 63.97% from 297); Max value from RGB is 190 - color contains mainly: blue. Hex color #0A61BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A61BE is #F59E41. Grayscale: #515151. Windows color (decimal): -16096834 or 12476682. OLE color: 12476682.
HSL color Cylindrical-coordinate representation of color #0A61BE: hue angle of 211º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A61BE is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 97 | 190 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.25 |
| HSL | 211º | 0.9% | 0.39% | - |
| HSV(B) | 211º | 0.95% | 0.75% | - |
| XYZ | 13.69 | 12.33 | 50.37 | - |
| YUV | 81.59 | 189.18 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 97 | 190 | 0.95 | 0.49 | 0 | 0.25 | 211 | 0.9 | 0.39 |
| Hex | A | 61 | BE | 5F | 31 | 0 | 19 | D3 | 5A | 27 |
| Octal | 12 | 141 | 276 | 137 | 61 | 0 | 31 | 323 | 132 | 47 |
| Binary | 1010 | 1100001 | 10111110 | 1011111 | 110001 | 0 | 11001 | 11010011 | 1011010 | 100111 |
Color Harmonies of #0A61BE
Complementary color
Monochromatic Colors of #0A61BE
Black with #0A61BE
Text Example
Text Example
White with #0A61BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A61BE; }
p { color: rgb(10,97,190); }
H1.HeaderClassName
{
color: #0A61BE;
}
.AnyTagClassName
{
color: #0A61BE;
}
</style>
background-color css
<style>
a { background-color: #0A61BE; }
a { background-color: rgb(10,97,190); }
div.DivClassName
{
background-color: #0A61BE;
}
.BgClassName
{
background-color: #0A61BE;
}
</style>
border-color css
<style>
span { border-color: #0A61BE; }
span { border-color: rgb(10,97,190); }
td.TdClassName
{
border-color: #0A61BE;
}
.TagClassName
{
border-color: #0A61BE;
}
</style>