Shades of Denim #0954BC
Tints of Denim #0954BC
RGB
CMYK
RGB Variations
Color information
#0954BC (or 0x0954BC) is known color: Denim. HEX triplet: 09, 54 and BC. RGB value is (9,84,188). Sum of RGB (Red+Green+Blue) = 9+84+188=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 188 (73.83% from 255 or 66.90% from 281); Max value from RGB is 188 - color contains mainly: blue. Hex color #0954BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0954BC is #F6AB43. Grayscale: #484848. Windows color (decimal): -16165700 or 12342281. OLE color: 12342281.
HSL color Cylindrical-coordinate representation of color #0954BC: hue angle of 214.86º degrees, saturation: 0.91, 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 #0954BC is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 84 | 188 | - |
| CMYK | 0.95 | 0.55 | 0 | 0.26 |
| HSL | 214.86º | 0.91% | 0.39% | - |
| HSV(B) | 214.86º | 0.95% | 0.74% | - |
| XYZ | 12.36 | 10.03 | 48.86 | - |
| YUV | 73.43 | 192.65 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 84 | 188 | 0.95 | 0.55 | 0 | 0.26 | 214.86 | 0.91 | 0.39 |
| Hex | 9 | 54 | BC | 5F | 37 | 0 | 1A | D7 | 5B | 27 |
| Octal | 11 | 124 | 274 | 137 | 67 | 0 | 32 | 327 | 133 | 47 |
| Binary | 1001 | 1010100 | 10111100 | 1011111 | 110111 | 0 | 11010 | 11010111 | 1011011 | 100111 |
Color Harmonies of #0954BC
Complementary color
Monochromatic Colors of #0954BC
Black with #0954BC
Text Example
Text Example
White with #0954BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0954BC; }
p { color: rgb(9,84,188); }
H1.HeaderClassName
{
color: #0954BC;
}
.AnyTagClassName
{
color: #0954BC;
}
</style>
background-color css
<style>
a { background-color: #0954BC; }
a { background-color: rgb(9,84,188); }
div.DivClassName
{
background-color: #0954BC;
}
.BgClassName
{
background-color: #0954BC;
}
</style>
border-color css
<style>
span { border-color: #0954BC; }
span { border-color: rgb(9,84,188); }
td.TdClassName
{
border-color: #0954BC;
}
.TagClassName
{
border-color: #0954BC;
}
</style>