Shades of Denim #095CC0
Tints of Denim #095CC0
RGB
CMYK
RGB Variations
Color information
#095CC0 (or 0x095CC0) is known color: Denim. HEX triplet: 09, 5C and C0. RGB value is (9,92,192). Sum of RGB (Red+Green+Blue) = 9+92+192=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 192 (75.39% from 255 or 65.53% from 293); Max value from RGB is 192 - color contains mainly: blue. Hex color #095CC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CC0 is #F6A33F. Grayscale: #4E4E4E. Windows color (decimal): -16163648 or 12606473. OLE color: 12606473.
HSL color Cylindrical-coordinate representation of color #095CC0: hue angle of 212.79º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095CC0 is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 92 | 192 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.25 |
| HSL | 212.79º | 0.91% | 0.39% | - |
| HSV(B) | 212.79º | 0.95% | 0.75% | - |
| XYZ | 13.45 | 11.52 | 51.38 | - |
| YUV | 78.58 | 192 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 192 | 0.95 | 0.52 | 0 | 0.25 | 212.79 | 0.91 | 0.39 |
| Hex | 9 | 5C | C0 | 5F | 34 | 0 | 19 | D5 | 5B | 27 |
| Octal | 11 | 134 | 300 | 137 | 64 | 0 | 31 | 325 | 133 | 47 |
| Binary | 1001 | 1011100 | 11000000 | 1011111 | 110100 | 0 | 11001 | 11010101 | 1011011 | 100111 |
Color Harmonies of #095CC0
Complementary color
Monochromatic Colors of #095CC0
Black with #095CC0
Text Example
Text Example
White with #095CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CC0; }
p { color: rgb(9,92,192); }
H1.HeaderClassName
{
color: #095CC0;
}
.AnyTagClassName
{
color: #095CC0;
}
</style>
background-color css
<style>
a { background-color: #095CC0; }
a { background-color: rgb(9,92,192); }
div.DivClassName
{
background-color: #095CC0;
}
.BgClassName
{
background-color: #095CC0;
}
</style>
border-color css
<style>
span { border-color: #095CC0; }
span { border-color: rgb(9,92,192); }
td.TdClassName
{
border-color: #095CC0;
}
.TagClassName
{
border-color: #095CC0;
}
</style>