Shades of Denim #134CBC
Tints of Denim #134CBC
RGB
CMYK
RGB Variations
Color information
#134CBC (or 0x134CBC) is known color: Denim. HEX triplet: 13, 4C and BC. RGB value is (19,76,188). Sum of RGB (Red+Green+Blue) = 19+76+188=283 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.71% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #134CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CBC is #ECB343. Grayscale: #474747. Windows color (decimal): -15512388 or 12340243. OLE color: 12340243.
HSL color Cylindrical-coordinate representation of color #134CBC: hue angle of 219.76º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134CBC is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 76 | 188 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.26 |
| HSL | 219.76º | 0.82% | 0.41% | - |
| HSV(B) | 219.76º | 0.9% | 0.74% | - |
| XYZ | 11.93 | 8.94 | 48.67 | - |
| YUV | 71.73 | 193.62 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 188 | 0.90 | 0.60 | 0 | 0.26 | 219.76 | 0.82 | 0.41 |
| Hex | 13 | 4C | BC | 5A | 3C | 0 | 1A | DC | 52 | 29 |
| Octal | 23 | 114 | 274 | 132 | 74 | 0 | 32 | 334 | 122 | 51 |
| Binary | 10011 | 1001100 | 10111100 | 1011010 | 111100 | 0 | 11010 | 11011100 | 1010010 | 101001 |
Color Harmonies of #134CBC
Complementary color
Monochromatic Colors of #134CBC
Black with #134CBC
Text Example
Text Example
White with #134CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CBC; }
p { color: rgb(19,76,188); }
H1.HeaderClassName
{
color: #134CBC;
}
.AnyTagClassName
{
color: #134CBC;
}
</style>
background-color css
<style>
a { background-color: #134CBC; }
a { background-color: rgb(19,76,188); }
div.DivClassName
{
background-color: #134CBC;
}
.BgClassName
{
background-color: #134CBC;
}
</style>
border-color css
<style>
span { border-color: #134CBC; }
span { border-color: rgb(19,76,188); }
td.TdClassName
{
border-color: #134CBC;
}
.TagClassName
{
border-color: #134CBC;
}
</style>