Shades of Denim #134BBB
Tints of Denim #134BBB
RGB
CMYK
RGB Variations
Color information
#134BBB (or 0x134BBB) is known color: Denim. HEX triplet: 13, 4B and BB. RGB value is (19,75,187). Sum of RGB (Red+Green+Blue) = 19+75+187=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #134BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134BBB is #ECB444. Grayscale: #464646. Windows color (decimal): -15512645 or 12274451. OLE color: 12274451.
HSL color Cylindrical-coordinate representation of color #134BBB: hue angle of 220º 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 #134BBB is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 75 | 187 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.27 |
| HSL | 220º | 0.82% | 0.4% | - |
| HSV(B) | 220º | 0.9% | 0.73% | - |
| XYZ | 11.75 | 8.76 | 48.08 | - |
| YUV | 71.02 | 193.45 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 75 | 187 | 0.90 | 0.60 | 0 | 0.27 | 220 | 0.82 | 0.4 |
| Hex | 13 | 4B | BB | 5A | 3C | 0 | 1B | DC | 52 | 28 |
| Octal | 23 | 113 | 273 | 132 | 74 | 0 | 33 | 334 | 122 | 50 |
| Binary | 10011 | 1001011 | 10111011 | 1011010 | 111100 | 0 | 11011 | 11011100 | 1010010 | 101000 |
Color Harmonies of #134BBB
Complementary color
Monochromatic Colors of #134BBB
Black with #134BBB
Text Example
Text Example
White with #134BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134BBB; }
p { color: rgb(19,75,187); }
H1.HeaderClassName
{
color: #134BBB;
}
.AnyTagClassName
{
color: #134BBB;
}
</style>
background-color css
<style>
a { background-color: #134BBB; }
a { background-color: rgb(19,75,187); }
div.DivClassName
{
background-color: #134BBB;
}
.BgClassName
{
background-color: #134BBB;
}
</style>
border-color css
<style>
span { border-color: #134BBB; }
span { border-color: rgb(19,75,187); }
td.TdClassName
{
border-color: #134BBB;
}
.TagClassName
{
border-color: #134BBB;
}
</style>