Shades of Denim #134DBF
Tints of Denim #134DBF
RGB
CMYK
RGB Variations
Color information
#134DBF (or 0x134DBF) is known color: Denim. HEX triplet: 13, 4D and BF. RGB value is (19,77,191). Sum of RGB (Red+Green+Blue) = 19+77+191=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #134DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DBF is #ECB240. Grayscale: #484848. Windows color (decimal): -15512129 or 12537107. OLE color: 12537107.
HSL color Cylindrical-coordinate representation of color #134DBF: hue angle of 219.77º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134DBF is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 77 | 191 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.25 |
| HSL | 219.77º | 0.82% | 0.41% | - |
| HSV(B) | 219.77º | 0.9% | 0.75% | - |
| XYZ | 12.33 | 9.21 | 50.42 | - |
| YUV | 72.65 | 194.78 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 191 | 0.90 | 0.60 | 0 | 0.25 | 219.77 | 0.82 | 0.41 |
| Hex | 13 | 4D | BF | 5A | 3C | 0 | 19 | DC | 52 | 29 |
| Octal | 23 | 115 | 277 | 132 | 74 | 0 | 31 | 334 | 122 | 51 |
| Binary | 10011 | 1001101 | 10111111 | 1011010 | 111100 | 0 | 11001 | 11011100 | 1010010 | 101001 |
Color Harmonies of #134DBF
Complementary color
Monochromatic Colors of #134DBF
Black with #134DBF
Text Example
Text Example
White with #134DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DBF; }
p { color: rgb(19,77,191); }
H1.HeaderClassName
{
color: #134DBF;
}
.AnyTagClassName
{
color: #134DBF;
}
</style>
background-color css
<style>
a { background-color: #134DBF; }
a { background-color: rgb(19,77,191); }
div.DivClassName
{
background-color: #134DBF;
}
.BgClassName
{
background-color: #134DBF;
}
</style>
border-color css
<style>
span { border-color: #134DBF; }
span { border-color: rgb(19,77,191); }
td.TdClassName
{
border-color: #134DBF;
}
.TagClassName
{
border-color: #134DBF;
}
</style>