Shades of Denim #134DCD
Tints of Denim #134DCD
RGB
CMYK
RGB Variations
Color information
#134DCD (or 0x134DCD) is known color: Denim. HEX triplet: 13, 4D and CD. RGB value is (19,77,205). Sum of RGB (Red+Green+Blue) = 19+77+205=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #134DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134DCD is #ECB232. Grayscale: #494949. Windows color (decimal): -15512115 or 13454611. OLE color: 13454611.
HSL color Cylindrical-coordinate representation of color #134DCD: hue angle of 221.29º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134DCD is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 77 | 205 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.20 |
| HSL | 221.29º | 0.83% | 0.44% | - |
| HSV(B) | 221.29º | 0.91% | 0.8% | - |
| XYZ | 13.94 | 9.85 | 58.92 | - |
| YUV | 74.25 | 201.78 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 77 | 205 | 0.91 | 0.62 | 0 | 0.20 | 221.29 | 0.83 | 0.44 |
| Hex | 13 | 4D | CD | 5B | 3E | 0 | 14 | DD | 53 | 2C |
| Octal | 23 | 115 | 315 | 133 | 76 | 0 | 24 | 335 | 123 | 54 |
| Binary | 10011 | 1001101 | 11001101 | 1011011 | 111110 | 0 | 10100 | 11011101 | 1010011 | 101100 |
Color Harmonies of #134DCD
Complementary color
Monochromatic Colors of #134DCD
Black with #134DCD
Text Example
Text Example
White with #134DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134DCD; }
p { color: rgb(19,77,205); }
H1.HeaderClassName
{
color: #134DCD;
}
.AnyTagClassName
{
color: #134DCD;
}
</style>
background-color css
<style>
a { background-color: #134DCD; }
a { background-color: rgb(19,77,205); }
div.DivClassName
{
background-color: #134DCD;
}
.BgClassName
{
background-color: #134DCD;
}
</style>
border-color css
<style>
span { border-color: #134DCD; }
span { border-color: rgb(19,77,205); }
td.TdClassName
{
border-color: #134DCD;
}
.TagClassName
{
border-color: #134DCD;
}
</style>