Shades of Denim #095ABC
Tints of Denim #095ABC
RGB
CMYK
RGB Variations
Color information
#095ABC (or 0x095ABC) is known color: Denim. HEX triplet: 09, 5A and BC. RGB value is (9,90,188). Sum of RGB (Red+Green+Blue) = 9+90+188=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 188 (73.83% from 255 or 65.51% from 287); Max value from RGB is 188 - color contains mainly: blue. Hex color #095ABC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ABC is #F6A543. Grayscale: #4C4C4C. Windows color (decimal): -16164164 or 12343817. OLE color: 12343817.
HSL color Cylindrical-coordinate representation of color #095ABC: hue angle of 212.85º 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 #095ABC is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 90 | 188 | - |
| CMYK | 0.95 | 0.52 | 0 | 0.26 |
| HSL | 212.85º | 0.91% | 0.39% | - |
| HSV(B) | 212.85º | 0.95% | 0.74% | - |
| XYZ | 12.85 | 11 | 49.02 | - |
| YUV | 76.95 | 190.66 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 188 | 0.95 | 0.52 | 0 | 0.26 | 212.85 | 0.91 | 0.39 |
| Hex | 9 | 5A | BC | 5F | 34 | 0 | 1A | D5 | 5B | 27 |
| Octal | 11 | 132 | 274 | 137 | 64 | 0 | 32 | 325 | 133 | 47 |
| Binary | 1001 | 1011010 | 10111100 | 1011111 | 110100 | 0 | 11010 | 11010101 | 1011011 | 100111 |
Color Harmonies of #095ABC
Complementary color
Monochromatic Colors of #095ABC
Black with #095ABC
Text Example
Text Example
White with #095ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095ABC; }
p { color: rgb(9,90,188); }
H1.HeaderClassName
{
color: #095ABC;
}
.AnyTagClassName
{
color: #095ABC;
}
</style>
background-color css
<style>
a { background-color: #095ABC; }
a { background-color: rgb(9,90,188); }
div.DivClassName
{
background-color: #095ABC;
}
.BgClassName
{
background-color: #095ABC;
}
</style>
border-color css
<style>
span { border-color: #095ABC; }
span { border-color: rgb(9,90,188); }
td.TdClassName
{
border-color: #095ABC;
}
.TagClassName
{
border-color: #095ABC;
}
</style>