Shades of Denim #095CBC
Tints of Denim #095CBC
RGB
CMYK
RGB Variations
Color information
#095CBC (or 0x095CBC) is known color: Denim. HEX triplet: 09, 5C and BC. RGB value is (9,92,188). Sum of RGB (Red+Green+Blue) = 9+92+188=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #095CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CBC is #F6A343. Grayscale: #4D4D4D. Windows color (decimal): -16163652 or 12344329. OLE color: 12344329.
HSL color Cylindrical-coordinate representation of color #095CBC: hue angle of 212.18º 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 #095CBC is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 92 | 188 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.26 |
| HSL | 212.18º | 0.91% | 0.39% | - |
| HSV(B) | 212.18º | 0.95% | 0.74% | - |
| XYZ | 13.02 | 11.34 | 49.08 | - |
| YUV | 78.13 | 190 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 188 | 0.95 | 0.51 | 0 | 0.26 | 212.18 | 0.91 | 0.39 |
| Hex | 9 | 5C | BC | 5F | 33 | 0 | 1A | D4 | 5B | 27 |
| Octal | 11 | 134 | 274 | 137 | 63 | 0 | 32 | 324 | 133 | 47 |
| Binary | 1001 | 1011100 | 10111100 | 1011111 | 110011 | 0 | 11010 | 11010100 | 1011011 | 100111 |
Color Harmonies of #095CBC
Complementary color
Monochromatic Colors of #095CBC
Black with #095CBC
Text Example
Text Example
White with #095CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CBC; }
p { color: rgb(9,92,188); }
H1.HeaderClassName
{
color: #095CBC;
}
.AnyTagClassName
{
color: #095CBC;
}
</style>
background-color css
<style>
a { background-color: #095CBC; }
a { background-color: rgb(9,92,188); }
div.DivClassName
{
background-color: #095CBC;
}
.BgClassName
{
background-color: #095CBC;
}
</style>
border-color css
<style>
span { border-color: #095CBC; }
span { border-color: rgb(9,92,188); }
td.TdClassName
{
border-color: #095CBC;
}
.TagClassName
{
border-color: #095CBC;
}
</style>