Shades of Denim #095DBD
Tints of Denim #095DBD
RGB
CMYK
RGB Variations
Color information
#095DBD (or 0x095DBD) is known color: Denim. HEX triplet: 09, 5D and BD. RGB value is (9,93,189). Sum of RGB (Red+Green+Blue) = 9+93+189=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #095DBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095DBD is #F6A242. Grayscale: #4E4E4E. Windows color (decimal): -16163395 or 12410121. OLE color: 12410121.
HSL color Cylindrical-coordinate representation of color #095DBD: hue angle of 212º 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 #095DBD is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 93 | 189 | - |
| CMYK | 0.95 | 0.51 | 0 | 0.26 |
| HSL | 212º | 0.91% | 0.39% | - |
| HSV(B) | 212º | 0.95% | 0.74% | - |
| XYZ | 13.21 | 11.56 | 49.68 | - |
| YUV | 78.83 | 190.17 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 93 | 189 | 0.95 | 0.51 | 0 | 0.26 | 212 | 0.91 | 0.39 |
| Hex | 9 | 5D | BD | 5F | 33 | 0 | 1A | D4 | 5B | 27 |
| Octal | 11 | 135 | 275 | 137 | 63 | 0 | 32 | 324 | 133 | 47 |
| Binary | 1001 | 1011101 | 10111101 | 1011111 | 110011 | 0 | 11010 | 11010100 | 1011011 | 100111 |
Color Harmonies of #095DBD
Complementary color
Monochromatic Colors of #095DBD
Black with #095DBD
Text Example
Text Example
White with #095DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095DBD; }
p { color: rgb(9,93,189); }
H1.HeaderClassName
{
color: #095DBD;
}
.AnyTagClassName
{
color: #095DBD;
}
</style>
background-color css
<style>
a { background-color: #095DBD; }
a { background-color: rgb(9,93,189); }
div.DivClassName
{
background-color: #095DBD;
}
.BgClassName
{
background-color: #095DBD;
}
</style>
border-color css
<style>
span { border-color: #095DBD; }
span { border-color: rgb(9,93,189); }
td.TdClassName
{
border-color: #095DBD;
}
.TagClassName
{
border-color: #095DBD;
}
</style>