Shades of Denim #0A50BD
Tints of Denim #0A50BD
RGB
CMYK
RGB Variations
Color information
#0A50BD (or 0x0A50BD) is known color: Denim. HEX triplet: 0A, 50 and BD. RGB value is (10,80,189). Sum of RGB (Red+Green+Blue) = 10+80+189=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 189 (74.22% from 255 or 67.74% from 279); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A50BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A50BD is #F5AF42. Grayscale: #464646. Windows color (decimal): -16101187 or 12406794. OLE color: 12406794.
HSL color Cylindrical-coordinate representation of color #0A50BD: hue angle of 216.54º 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 #0A50BD is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 80 | 189 | - |
| CMYK | 0.95 | 0.58 | 0 | 0.26 |
| HSL | 216.54º | 0.9% | 0.39% | - |
| HSV(B) | 216.54º | 0.95% | 0.74% | - |
| XYZ | 12.18 | 9.48 | 49.33 | - |
| YUV | 71.5 | 194.31 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 80 | 189 | 0.95 | 0.58 | 0 | 0.26 | 216.54 | 0.9 | 0.39 |
| Hex | A | 50 | BD | 5F | 3A | 0 | 1A | D9 | 5A | 27 |
| Octal | 12 | 120 | 275 | 137 | 72 | 0 | 32 | 331 | 132 | 47 |
| Binary | 1010 | 1010000 | 10111101 | 1011111 | 111010 | 0 | 11010 | 11011001 | 1011010 | 100111 |
Color Harmonies of #0A50BD
Complementary color
Monochromatic Colors of #0A50BD
Black with #0A50BD
Text Example
Text Example
White with #0A50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A50BD; }
p { color: rgb(10,80,189); }
H1.HeaderClassName
{
color: #0A50BD;
}
.AnyTagClassName
{
color: #0A50BD;
}
</style>
background-color css
<style>
a { background-color: #0A50BD; }
a { background-color: rgb(10,80,189); }
div.DivClassName
{
background-color: #0A50BD;
}
.BgClassName
{
background-color: #0A50BD;
}
</style>
border-color css
<style>
span { border-color: #0A50BD; }
span { border-color: rgb(10,80,189); }
td.TdClassName
{
border-color: #0A50BD;
}
.TagClassName
{
border-color: #0A50BD;
}
</style>