Shades of Denim #134CBA
Tints of Denim #134CBA
RGB
CMYK
RGB Variations
Color information
#134CBA (or 0x134CBA) is known color: Denim. HEX triplet: 13, 4C and BA. RGB value is (19,76,186). Sum of RGB (Red+Green+Blue) = 19+76+186=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 76 (30.08% from 255 or 27.05% from 281); Blue value is 186 (73.05% from 255 or 66.19% from 281); Max value from RGB is 186 - color contains mainly: blue. Hex color #134CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CBA is #ECB345. Grayscale: #474747. Windows color (decimal): -15512390 or 12209171. OLE color: 12209171.
HSL color Cylindrical-coordinate representation of color #134CBA: hue angle of 219.52º degrees, saturation: 0.81, 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 #134CBA is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 76 | 186 | - |
| CMYK | 0.90 | 0.59 | 0 | 0.27 |
| HSL | 219.52º | 0.81% | 0.4% | - |
| HSV(B) | 219.52º | 0.9% | 0.73% | - |
| XYZ | 11.72 | 8.85 | 47.55 | - |
| YUV | 71.5 | 192.62 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 186 | 0.90 | 0.59 | 0 | 0.27 | 219.52 | 0.81 | 0.4 |
| Hex | 13 | 4C | BA | 5A | 3B | 0 | 1B | DC | 51 | 28 |
| Octal | 23 | 114 | 272 | 132 | 73 | 0 | 33 | 334 | 121 | 50 |
| Binary | 10011 | 1001100 | 10111010 | 1011010 | 111011 | 0 | 11011 | 11011100 | 1010001 | 101000 |
Color Harmonies of #134CBA
Complementary color
Monochromatic Colors of #134CBA
Black with #134CBA
Text Example
Text Example
White with #134CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CBA; }
p { color: rgb(19,76,186); }
H1.HeaderClassName
{
color: #134CBA;
}
.AnyTagClassName
{
color: #134CBA;
}
</style>
background-color css
<style>
a { background-color: #134CBA; }
a { background-color: rgb(19,76,186); }
div.DivClassName
{
background-color: #134CBA;
}
.BgClassName
{
background-color: #134CBA;
}
</style>
border-color css
<style>
span { border-color: #134CBA; }
span { border-color: rgb(19,76,186); }
td.TdClassName
{
border-color: #134CBA;
}
.TagClassName
{
border-color: #134CBA;
}
</style>