Shades of Denim #134FBB
Tints of Denim #134FBB
RGB
CMYK
RGB Variations
Color information
#134FBB (or 0x134FBB) is known color: Denim. HEX triplet: 13, 4F and BB. RGB value is (19,79,187). Sum of RGB (Red+Green+Blue) = 19+79+187=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 187 (73.44% from 255 or 65.61% from 285); Max value from RGB is 187 - color contains mainly: blue. Hex color #134FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FBB is #ECB044. Grayscale: #484848. Windows color (decimal): -15511621 or 12275475. OLE color: 12275475.
HSL color Cylindrical-coordinate representation of color #134FBB: hue angle of 218.57º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134FBB is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 79 | 187 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.27 |
| HSL | 218.57º | 0.82% | 0.4% | - |
| HSV(B) | 218.57º | 0.9% | 0.73% | - |
| XYZ | 12.03 | 9.32 | 48.18 | - |
| YUV | 73.37 | 192.12 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 187 | 0.90 | 0.58 | 0 | 0.27 | 218.57 | 0.82 | 0.4 |
| Hex | 13 | 4F | BB | 5A | 3A | 0 | 1B | DB | 52 | 28 |
| Octal | 23 | 117 | 273 | 132 | 72 | 0 | 33 | 333 | 122 | 50 |
| Binary | 10011 | 1001111 | 10111011 | 1011010 | 111010 | 0 | 11011 | 11011011 | 1010010 | 101000 |
Color Harmonies of #134FBB
Complementary color
Monochromatic Colors of #134FBB
Black with #134FBB
Text Example
Text Example
White with #134FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FBB; }
p { color: rgb(19,79,187); }
H1.HeaderClassName
{
color: #134FBB;
}
.AnyTagClassName
{
color: #134FBB;
}
</style>
background-color css
<style>
a { background-color: #134FBB; }
a { background-color: rgb(19,79,187); }
div.DivClassName
{
background-color: #134FBB;
}
.BgClassName
{
background-color: #134FBB;
}
</style>
border-color css
<style>
span { border-color: #134FBB; }
span { border-color: rgb(19,79,187); }
td.TdClassName
{
border-color: #134FBB;
}
.TagClassName
{
border-color: #134FBB;
}
</style>