Shades of Denim #134FB6
Tints of Denim #134FB6
RGB
CMYK
RGB Variations
Color information
#134FB6 (or 0x134FB6) is known color: Denim. HEX triplet: 13, 4F and B6. RGB value is (19,79,182). Sum of RGB (Red+Green+Blue) = 19+79+182=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #134FB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FB6 is #ECB049. Grayscale: #484848. Windows color (decimal): -15511626 or 11947795. OLE color: 11947795.
HSL color Cylindrical-coordinate representation of color #134FB6: hue angle of 217.91º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134FB6 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 79 | 182 | - |
| CMYK | 0.90 | 0.57 | 0 | 0.29 |
| HSL | 217.91º | 0.81% | 0.39% | - |
| HSV(B) | 217.91º | 0.9% | 0.71% | - |
| XYZ | 11.51 | 9.11 | 45.41 | - |
| YUV | 72.8 | 189.62 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 182 | 0.90 | 0.57 | 0 | 0.29 | 217.91 | 0.81 | 0.39 |
| Hex | 13 | 4F | B6 | 5A | 39 | 0 | 1D | DA | 51 | 27 |
| Octal | 23 | 117 | 266 | 132 | 71 | 0 | 35 | 332 | 121 | 47 |
| Binary | 10011 | 1001111 | 10110110 | 1011010 | 111001 | 0 | 11101 | 11011010 | 1010001 | 100111 |
Color Harmonies of #134FB6
Complementary color
Monochromatic Colors of #134FB6
Black with #134FB6
Text Example
Text Example
White with #134FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FB6; }
p { color: rgb(19,79,182); }
H1.HeaderClassName
{
color: #134FB6;
}
.AnyTagClassName
{
color: #134FB6;
}
</style>
background-color css
<style>
a { background-color: #134FB6; }
a { background-color: rgb(19,79,182); }
div.DivClassName
{
background-color: #134FB6;
}
.BgClassName
{
background-color: #134FB6;
}
</style>
border-color css
<style>
span { border-color: #134FB6; }
span { border-color: rgb(19,79,182); }
td.TdClassName
{
border-color: #134FB6;
}
.TagClassName
{
border-color: #134FB6;
}
</style>