Shades of Denim #0958AF
Tints of Denim #0958AF
RGB
CMYK
RGB Variations
Color information
#0958AF (or 0x0958AF) is known color: Denim. HEX triplet: 09, 58 and AF. RGB value is (9,88,175). Sum of RGB (Red+Green+Blue) = 9+88+175=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #0958AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0958AF is #F6A750. Grayscale: #494949. Windows color (decimal): -16164689 or 11491337. OLE color: 11491337.
HSL color Cylindrical-coordinate representation of color #0958AF: hue angle of 211.45º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0958AF is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 88 | 175 | - |
| CMYK | 0.95 | 0.50 | 0 | 0.31 |
| HSL | 211.45º | 0.9% | 0.36% | - |
| HSV(B) | 211.45º | 0.95% | 0.69% | - |
| XYZ | 11.34 | 10.13 | 41.92 | - |
| YUV | 74.3 | 184.83 | 81.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 88 | 175 | 0.95 | 0.50 | 0 | 0.31 | 211.45 | 0.9 | 0.36 |
| Hex | 9 | 58 | AF | 5F | 32 | 0 | 1F | D3 | 5A | 24 |
| Octal | 11 | 130 | 257 | 137 | 62 | 0 | 37 | 323 | 132 | 44 |
| Binary | 1001 | 1011000 | 10101111 | 1011111 | 110010 | 0 | 11111 | 11010011 | 1011010 | 100100 |
Color Harmonies of #0958AF
Complementary color
Monochromatic Colors of #0958AF
Black with #0958AF
Text Example
Text Example
White with #0958AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0958AF; }
p { color: rgb(9,88,175); }
H1.HeaderClassName
{
color: #0958AF;
}
.AnyTagClassName
{
color: #0958AF;
}
</style>
background-color css
<style>
a { background-color: #0958AF; }
a { background-color: rgb(9,88,175); }
div.DivClassName
{
background-color: #0958AF;
}
.BgClassName
{
background-color: #0958AF;
}
</style>
border-color css
<style>
span { border-color: #0958AF; }
span { border-color: rgb(9,88,175); }
td.TdClassName
{
border-color: #0958AF;
}
.TagClassName
{
border-color: #0958AF;
}
</style>