Shades of Denim #095CB5
Tints of Denim #095CB5
RGB
CMYK
RGB Variations
Color information
#095CB5 (or 0x095CB5) is known color: Denim. HEX triplet: 09, 5C and B5. RGB value is (9,92,181). Sum of RGB (Red+Green+Blue) = 9+92+181=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #095CB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CB5 is #F6A34A. Grayscale: #4C4C4C. Windows color (decimal): -16163659 or 11885577. OLE color: 11885577.
HSL color Cylindrical-coordinate representation of color #095CB5: hue angle of 211.05º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095CB5 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 92 | 181 | - |
| CMYK | 0.95 | 0.49 | 0 | 0.29 |
| HSL | 211.05º | 0.91% | 0.37% | - |
| HSV(B) | 211.05º | 0.95% | 0.71% | - |
| XYZ | 12.28 | 11.05 | 45.2 | - |
| YUV | 77.33 | 186.5 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 181 | 0.95 | 0.49 | 0 | 0.29 | 211.05 | 0.91 | 0.37 |
| Hex | 9 | 5C | B5 | 5F | 31 | 0 | 1D | D3 | 5B | 25 |
| Octal | 11 | 134 | 265 | 137 | 61 | 0 | 35 | 323 | 133 | 45 |
| Binary | 1001 | 1011100 | 10110101 | 1011111 | 110001 | 0 | 11101 | 11010011 | 1011011 | 100101 |
Color Harmonies of #095CB5
Complementary color
Monochromatic Colors of #095CB5
Black with #095CB5
Text Example
Text Example
White with #095CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CB5; }
p { color: rgb(9,92,181); }
H1.HeaderClassName
{
color: #095CB5;
}
.AnyTagClassName
{
color: #095CB5;
}
</style>
background-color css
<style>
a { background-color: #095CB5; }
a { background-color: rgb(9,92,181); }
div.DivClassName
{
background-color: #095CB5;
}
.BgClassName
{
background-color: #095CB5;
}
</style>
border-color css
<style>
span { border-color: #095CB5; }
span { border-color: rgb(9,92,181); }
td.TdClassName
{
border-color: #095CB5;
}
.TagClassName
{
border-color: #095CB5;
}
</style>