Shades of Denim #0950CC
Tints of Denim #0950CC
RGB
CMYK
RGB Variations
Color information
#0950CC (or 0x0950CC) is known color: Denim. HEX triplet: 09, 50 and CC. RGB value is (9,80,204). Sum of RGB (Red+Green+Blue) = 9+80+204=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 204 (80.08% from 255 or 69.62% from 293); Max value from RGB is 204 - color contains mainly: blue. Hex color #0950CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0950CC is #F6AF33. Grayscale: #484848. Windows color (decimal): -16166708 or 13389833. OLE color: 13389833.
HSL color Cylindrical-coordinate representation of color #0950CC: hue angle of 218.15º 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 #0950CC is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 80 | 204 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.2 |
| HSL | 218.15º | 0.92% | 0.42% | - |
| HSV(B) | 218.15º | 0.96% | 0.8% | - |
| XYZ | 13.88 | 10.16 | 58.36 | - |
| YUV | 72.91 | 201.98 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 80 | 204 | 0.96 | 0.61 | 0 | 0.2 | 218.15 | 0.92 | 0.42 |
| Hex | 9 | 50 | CC | 60 | 3D | 0 | 14 | DA | 5C | 2A |
| Octal | 11 | 120 | 314 | 140 | 75 | 0 | 24 | 332 | 134 | 52 |
| Binary | 1001 | 1010000 | 11001100 | 1100000 | 111101 | 0 | 10100 | 11011010 | 1011100 | 101010 |
Color Harmonies of #0950CC
Complementary color
Monochromatic Colors of #0950CC
Black with #0950CC
Text Example
Text Example
White with #0950CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0950CC; }
p { color: rgb(9,80,204); }
H1.HeaderClassName
{
color: #0950CC;
}
.AnyTagClassName
{
color: #0950CC;
}
</style>
background-color css
<style>
a { background-color: #0950CC; }
a { background-color: rgb(9,80,204); }
div.DivClassName
{
background-color: #0950CC;
}
.BgClassName
{
background-color: #0950CC;
}
</style>
border-color css
<style>
span { border-color: #0950CC; }
span { border-color: rgb(9,80,204); }
td.TdClassName
{
border-color: #0950CC;
}
.TagClassName
{
border-color: #0950CC;
}
</style>