Shades of Denim #095BAE
Tints of Denim #095BAE
RGB
CMYK
RGB Variations
Color information
#095BAE (or 0x095BAE) is known color: Denim. HEX triplet: 09, 5B and AE. RGB value is (9,91,174). Sum of RGB (Red+Green+Blue) = 9+91+174=274 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.28% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #095BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095BAE is #F6A451. Grayscale: #4B4B4B. Windows color (decimal): -16163922 or 11426569. OLE color: 11426569.
HSL color Cylindrical-coordinate representation of color #095BAE: hue angle of 210.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095BAE is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 9 | 91 | 174 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.32 |
| HSL | 210.18º | 0.9% | 0.36% | - |
| HSV(B) | 210.18º | 0.95% | 0.68% | - |
| XYZ | 11.49 | 10.6 | 41.48 | - |
| YUV | 75.94 | 183.33 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 174 | 0.95 | 0.48 | 0 | 0.32 | 210.18 | 0.9 | 0.36 |
| Hex | 9 | 5B | AE | 5F | 30 | 0 | 20 | D2 | 5A | 24 |
| Octal | 11 | 133 | 256 | 137 | 60 | 0 | 40 | 322 | 132 | 44 |
| Binary | 1001 | 1011011 | 10101110 | 1011111 | 110000 | 0 | 100000 | 11010010 | 1011010 | 100100 |
Color Harmonies of #095BAE
Complementary color
Monochromatic Colors of #095BAE
Black with #095BAE
Text Example
Text Example
White with #095BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BAE; }
p { color: rgb(9,91,174); }
H1.HeaderClassName
{
color: #095BAE;
}
.AnyTagClassName
{
color: #095BAE;
}
</style>
background-color css
<style>
a { background-color: #095BAE; }
a { background-color: rgb(9,91,174); }
div.DivClassName
{
background-color: #095BAE;
}
.BgClassName
{
background-color: #095BAE;
}
</style>
border-color css
<style>
span { border-color: #095BAE; }
span { border-color: rgb(9,91,174); }
td.TdClassName
{
border-color: #095BAE;
}
.TagClassName
{
border-color: #095BAE;
}
</style>