Shades of Denim #0A50CE
Tints of Denim #0A50CE
RGB
CMYK
RGB Variations
Color information
#0A50CE (or 0x0A50CE) is known color: Denim. HEX triplet: 0A, 50 and CE. RGB value is (10,80,206). Sum of RGB (Red+Green+Blue) = 10+80+206=296 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.38% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A50CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A50CE is #F5AF31. Grayscale: #484848. Windows color (decimal): -16101170 or 13520906. OLE color: 13520906.
HSL color Cylindrical-coordinate representation of color #0A50CE: hue angle of 218.57º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A50CE is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 10 | 80 | 206 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.19 |
| HSL | 218.57º | 0.91% | 0.42% | - |
| HSV(B) | 218.57º | 0.95% | 0.81% | - |
| XYZ | 14.13 | 10.26 | 59.63 | - |
| YUV | 73.43 | 202.81 | 82.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 206 | 0.95 | 0.61 | 0 | 0.19 | 218.57 | 0.91 | 0.42 |
| Hex | A | 50 | CE | 5F | 3D | 0 | 13 | DB | 5B | 2A |
| Octal | 12 | 120 | 316 | 137 | 75 | 0 | 23 | 333 | 133 | 52 |
| Binary | 1010 | 1010000 | 11001110 | 1011111 | 111101 | 0 | 10011 | 11011011 | 1011011 | 101010 |
Color Harmonies of #0A50CE
Complementary color
Monochromatic Colors of #0A50CE
Black with #0A50CE
Text Example
Text Example
White with #0A50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A50CE; }
p { color: rgb(10,80,206); }
H1.HeaderClassName
{
color: #0A50CE;
}
.AnyTagClassName
{
color: #0A50CE;
}
</style>
background-color css
<style>
a { background-color: #0A50CE; }
a { background-color: rgb(10,80,206); }
div.DivClassName
{
background-color: #0A50CE;
}
.BgClassName
{
background-color: #0A50CE;
}
</style>
border-color css
<style>
span { border-color: #0A50CE; }
span { border-color: rgb(10,80,206); }
td.TdClassName
{
border-color: #0A50CE;
}
.TagClassName
{
border-color: #0A50CE;
}
</style>