Shades of Denim #134FDB
Tints of Denim #134FDB
RGB
CMYK
RGB Variations
Color information
#134FDB (or 0x134FDB) is known color: Denim. HEX triplet: 13, 4F and DB. RGB value is (19,79,219). Sum of RGB (Red+Green+Blue) = 19+79+219=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #134FDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FDB is #ECB024. Grayscale: #4C4C4C. Windows color (decimal): -15511589 or 14372627. OLE color: 14372627.
HSL color Cylindrical-coordinate representation of color #134FDB: hue angle of 222º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134FDB is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 79 | 219 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.14 |
| HSL | 222º | 0.84% | 0.47% | - |
| HSV(B) | 222º | 0.91% | 0.86% | - |
| XYZ | 15.85 | 10.84 | 68.28 | - |
| YUV | 77.02 | 208.12 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 219 | 0.91 | 0.64 | 0 | 0.14 | 222 | 0.84 | 0.47 |
| Hex | 13 | 4F | DB | 5B | 40 | 0 | E | DE | 54 | 2F |
| Octal | 23 | 117 | 333 | 133 | 100 | 0 | 16 | 336 | 124 | 57 |
| Binary | 10011 | 1001111 | 11011011 | 1011011 | 1000000 | 0 | 1110 | 11011110 | 1010100 | 101111 |
Color Harmonies of #134FDB
Complementary color
Monochromatic Colors of #134FDB
Black with #134FDB
Text Example
Text Example
White with #134FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FDB; }
p { color: rgb(19,79,219); }
H1.HeaderClassName
{
color: #134FDB;
}
.AnyTagClassName
{
color: #134FDB;
}
</style>
background-color css
<style>
a { background-color: #134FDB; }
a { background-color: rgb(19,79,219); }
div.DivClassName
{
background-color: #134FDB;
}
.BgClassName
{
background-color: #134FDB;
}
</style>
border-color css
<style>
span { border-color: #134FDB; }
span { border-color: rgb(19,79,219); }
td.TdClassName
{
border-color: #134FDB;
}
.TagClassName
{
border-color: #134FDB;
}
</style>