Shades of Denim #095EB3
Tints of Denim #095EB3
RGB
CMYK
RGB Variations
Color information
#095EB3 (or 0x095EB3) is known color: Denim. HEX triplet: 09, 5E and B3. RGB value is (9,94,179). Sum of RGB (Red+Green+Blue) = 9+94+179=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 179 (70.31% from 255 or 63.48% from 282); Max value from RGB is 179 - color contains mainly: blue. Hex color #095EB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095EB3 is #F6A14C. Grayscale: #4D4D4D. Windows color (decimal): -16163149 or 11755017. OLE color: 11755017.
HSL color Cylindrical-coordinate representation of color #095EB3: hue angle of 210º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095EB3 is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 9 | 94 | 179 | - |
| CMYK | 0.95 | 0.47 | 0 | 0.30 |
| HSL | 210º | 0.9% | 0.37% | - |
| HSV(B) | 210º | 0.95% | 0.7% | - |
| XYZ | 12.25 | 11.32 | 44.19 | - |
| YUV | 78.28 | 184.84 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 94 | 179 | 0.95 | 0.47 | 0 | 0.30 | 210 | 0.9 | 0.37 |
| Hex | 9 | 5E | B3 | 5F | 2F | 0 | 1E | D2 | 5A | 25 |
| Octal | 11 | 136 | 263 | 137 | 57 | 0 | 36 | 322 | 132 | 45 |
| Binary | 1001 | 1011110 | 10110011 | 1011111 | 101111 | 0 | 11110 | 11010010 | 1011010 | 100101 |
Color Harmonies of #095EB3
Complementary color
Monochromatic Colors of #095EB3
Black with #095EB3
Text Example
Text Example
White with #095EB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095EB3; }
p { color: rgb(9,94,179); }
H1.HeaderClassName
{
color: #095EB3;
}
.AnyTagClassName
{
color: #095EB3;
}
</style>
background-color css
<style>
a { background-color: #095EB3; }
a { background-color: rgb(9,94,179); }
div.DivClassName
{
background-color: #095EB3;
}
.BgClassName
{
background-color: #095EB3;
}
</style>
border-color css
<style>
span { border-color: #095EB3; }
span { border-color: rgb(9,94,179); }
td.TdClassName
{
border-color: #095EB3;
}
.TagClassName
{
border-color: #095EB3;
}
</style>