Shades of Denim #0A54BD
Tints of Denim #0A54BD
RGB
CMYK
RGB Variations
Color information
#0A54BD (or 0x0A54BD) is known color: Denim. HEX triplet: 0A, 54 and BD. RGB value is (10,84,189). Sum of RGB (Red+Green+Blue) = 10+84+189=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A54BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A54BD is #F5AB42. Grayscale: #494949. Windows color (decimal): -16100163 or 12407818. OLE color: 12407818.
HSL color Cylindrical-coordinate representation of color #0A54BD: hue angle of 215.2º 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 #0A54BD is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 84 | 189 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.26 |
| HSL | 215.2º | 0.9% | 0.39% | - |
| HSV(B) | 215.2º | 0.95% | 0.74% | - |
| XYZ | 12.48 | 10.08 | 49.43 | - |
| YUV | 73.84 | 192.98 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 84 | 189 | 0.95 | 0.56 | 0 | 0.26 | 215.2 | 0.9 | 0.39 |
| Hex | A | 54 | BD | 5F | 38 | 0 | 1A | D7 | 5A | 27 |
| Octal | 12 | 124 | 275 | 137 | 70 | 0 | 32 | 327 | 132 | 47 |
| Binary | 1010 | 1010100 | 10111101 | 1011111 | 111000 | 0 | 11010 | 11010111 | 1011010 | 100111 |
Color Harmonies of #0A54BD
Complementary color
Monochromatic Colors of #0A54BD
Black with #0A54BD
Text Example
Text Example
White with #0A54BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A54BD; }
p { color: rgb(10,84,189); }
H1.HeaderClassName
{
color: #0A54BD;
}
.AnyTagClassName
{
color: #0A54BD;
}
</style>
background-color css
<style>
a { background-color: #0A54BD; }
a { background-color: rgb(10,84,189); }
div.DivClassName
{
background-color: #0A54BD;
}
.BgClassName
{
background-color: #0A54BD;
}
</style>
border-color css
<style>
span { border-color: #0A54BD; }
span { border-color: rgb(10,84,189); }
td.TdClassName
{
border-color: #0A54BD;
}
.TagClassName
{
border-color: #0A54BD;
}
</style>