Shades of Denim #0A51CD
Tints of Denim #0A51CD
RGB
CMYK
RGB Variations
Color information
#0A51CD (or 0x0A51CD) is known color: Denim. HEX triplet: 0A, 51 and CD. RGB value is (10,81,205). Sum of RGB (Red+Green+Blue) = 10+81+205=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A51CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A51CD is #F5AE32. Grayscale: #494949. Windows color (decimal): -16100915 or 13455626. OLE color: 13455626.
HSL color Cylindrical-coordinate representation of color #0A51CD: hue angle of 218.15º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A51CD is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 10 | 81 | 205 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.20 |
| HSL | 218.15º | 0.91% | 0.42% | - |
| HSV(B) | 218.15º | 0.95% | 0.8% | - |
| XYZ | 14.09 | 10.36 | 59.01 | - |
| YUV | 73.91 | 201.98 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 81 | 205 | 0.95 | 0.60 | 0 | 0.20 | 218.15 | 0.91 | 0.42 |
| Hex | A | 51 | CD | 5F | 3C | 0 | 14 | DA | 5B | 2A |
| Octal | 12 | 121 | 315 | 137 | 74 | 0 | 24 | 332 | 133 | 52 |
| Binary | 1010 | 1010001 | 11001101 | 1011111 | 111100 | 0 | 10100 | 11011010 | 1011011 | 101010 |
Color Harmonies of #0A51CD
Complementary color
Monochromatic Colors of #0A51CD
Black with #0A51CD
Text Example
Text Example
White with #0A51CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A51CD; }
p { color: rgb(10,81,205); }
H1.HeaderClassName
{
color: #0A51CD;
}
.AnyTagClassName
{
color: #0A51CD;
}
</style>
background-color css
<style>
a { background-color: #0A51CD; }
a { background-color: rgb(10,81,205); }
div.DivClassName
{
background-color: #0A51CD;
}
.BgClassName
{
background-color: #0A51CD;
}
</style>
border-color css
<style>
span { border-color: #0A51CD; }
span { border-color: rgb(10,81,205); }
td.TdClassName
{
border-color: #0A51CD;
}
.TagClassName
{
border-color: #0A51CD;
}
</style>