Shades of Denim #0951CB
Tints of Denim #0951CB
RGB
CMYK
RGB Variations
Color information
#0951CB (or 0x0951CB) is known color: Denim. HEX triplet: 09, 51 and CB. RGB value is (9,81,203). Sum of RGB (Red+Green+Blue) = 9+81+203=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 203 (79.69% from 255 or 69.28% from 293); Max value from RGB is 203 - color contains mainly: blue. Hex color #0951CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0951CB is #F6AE34. Grayscale: #484848. Windows color (decimal): -16166453 or 13324553. OLE color: 13324553.
HSL color Cylindrical-coordinate representation of color #0951CB: hue angle of 217.73º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0951CB is Cyan = 0.96, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 81 | 203 | - |
| CMYK | 0.96 | 0.60 | 0 | 0.20 |
| HSL | 217.73º | 0.92% | 0.42% | - |
| HSV(B) | 217.73º | 0.96% | 0.8% | - |
| XYZ | 13.83 | 10.25 | 57.75 | - |
| YUV | 73.38 | 201.15 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 203 | 0.96 | 0.60 | 0 | 0.20 | 217.73 | 0.92 | 0.42 |
| Hex | 9 | 51 | CB | 60 | 3C | 0 | 14 | DA | 5C | 2A |
| Octal | 11 | 121 | 313 | 140 | 74 | 0 | 24 | 332 | 134 | 52 |
| Binary | 1001 | 1010001 | 11001011 | 1100000 | 111100 | 0 | 10100 | 11011010 | 1011100 | 101010 |
Color Harmonies of #0951CB
Complementary color
Monochromatic Colors of #0951CB
Black with #0951CB
Text Example
Text Example
White with #0951CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0951CB; }
p { color: rgb(9,81,203); }
H1.HeaderClassName
{
color: #0951CB;
}
.AnyTagClassName
{
color: #0951CB;
}
</style>
background-color css
<style>
a { background-color: #0951CB; }
a { background-color: rgb(9,81,203); }
div.DivClassName
{
background-color: #0951CB;
}
.BgClassName
{
background-color: #0951CB;
}
</style>
border-color css
<style>
span { border-color: #0951CB; }
span { border-color: rgb(9,81,203); }
td.TdClassName
{
border-color: #0951CB;
}
.TagClassName
{
border-color: #0951CB;
}
</style>