Shades of Denim #136FAF
Tints of Denim #136FAF
RGB
CMYK
RGB Variations
Color information
#136FAF (or 0x136FAF) is known color: Denim. HEX triplet: 13, 6F and AF. RGB value is (19,111,175). Sum of RGB (Red+Green+Blue) = 19+111+175=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #136FAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136FAF is #EC9050. Grayscale: #5A5A5A. Windows color (decimal): -15503441 or 11497235. OLE color: 11497235.
HSL color Cylindrical-coordinate representation of color #136FAF: hue angle of 204.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #136FAF is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 111 | 175 | - |
| CMYK | 0.89 | 0.37 | 0 | 0.31 |
| HSL | 204.62º | 0.8% | 0.38% | - |
| HSV(B) | 204.62º | 0.89% | 0.69% | - |
| XYZ | 13.69 | 14.6 | 42.65 | - |
| YUV | 90.79 | 175.52 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 111 | 175 | 0.89 | 0.37 | 0 | 0.31 | 204.62 | 0.8 | 0.38 |
| Hex | 13 | 6F | AF | 59 | 25 | 0 | 1F | CD | 50 | 26 |
| Octal | 23 | 157 | 257 | 131 | 45 | 0 | 37 | 315 | 120 | 46 |
| Binary | 10011 | 1101111 | 10101111 | 1011001 | 100101 | 0 | 11111 | 11001101 | 1010000 | 100110 |
Color Harmonies of #136FAF
Complementary color
Monochromatic Colors of #136FAF
Black with #136FAF
Text Example
Text Example
White with #136FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136FAF; }
p { color: rgb(19,111,175); }
H1.HeaderClassName
{
color: #136FAF;
}
.AnyTagClassName
{
color: #136FAF;
}
</style>
background-color css
<style>
a { background-color: #136FAF; }
a { background-color: rgb(19,111,175); }
div.DivClassName
{
background-color: #136FAF;
}
.BgClassName
{
background-color: #136FAF;
}
</style>
border-color css
<style>
span { border-color: #136FAF; }
span { border-color: rgb(19,111,175); }
td.TdClassName
{
border-color: #136FAF;
}
.TagClassName
{
border-color: #136FAF;
}
</style>