Shades of Denim #134CB7
Tints of Denim #134CB7
RGB
CMYK
RGB Variations
Color information
#134CB7 (or 0x134CB7) is known color: Denim. HEX triplet: 13, 4C and B7. RGB value is (19,76,183). Sum of RGB (Red+Green+Blue) = 19+76+183=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 183 (71.88% from 255 or 65.83% from 278); Max value from RGB is 183 - color contains mainly: blue. Hex color #134CB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CB7 is #ECB348. Grayscale: #464646. Windows color (decimal): -15512393 or 12012563. OLE color: 12012563.
HSL color Cylindrical-coordinate representation of color #134CB7: hue angle of 219.15º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #134CB7 is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 19 | 76 | 183 | - |
| CMYK | 0.90 | 0.58 | 0 | 0.28 |
| HSL | 219.15º | 0.81% | 0.4% | - |
| HSV(B) | 219.15º | 0.9% | 0.72% | - |
| XYZ | 11.4 | 8.73 | 45.88 | - |
| YUV | 71.16 | 191.12 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 183 | 0.90 | 0.58 | 0 | 0.28 | 219.15 | 0.81 | 0.4 |
| Hex | 13 | 4C | B7 | 5A | 3A | 0 | 1C | DB | 51 | 28 |
| Octal | 23 | 114 | 267 | 132 | 72 | 0 | 34 | 333 | 121 | 50 |
| Binary | 10011 | 1001100 | 10110111 | 1011010 | 111010 | 0 | 11100 | 11011011 | 1010001 | 101000 |
Color Harmonies of #134CB7
Complementary color
Monochromatic Colors of #134CB7
Black with #134CB7
Text Example
Text Example
White with #134CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CB7; }
p { color: rgb(19,76,183); }
H1.HeaderClassName
{
color: #134CB7;
}
.AnyTagClassName
{
color: #134CB7;
}
</style>
background-color css
<style>
a { background-color: #134CB7; }
a { background-color: rgb(19,76,183); }
div.DivClassName
{
background-color: #134CB7;
}
.BgClassName
{
background-color: #134CB7;
}
</style>
border-color css
<style>
span { border-color: #134CB7; }
span { border-color: rgb(19,76,183); }
td.TdClassName
{
border-color: #134CB7;
}
.TagClassName
{
border-color: #134CB7;
}
</style>