Shades of Denim #134FCD
Tints of Denim #134FCD
RGB
CMYK
RGB Variations
Color information
#134FCD (or 0x134FCD) is known color: Denim. HEX triplet: 13, 4F and CD. RGB value is (19,79,205). Sum of RGB (Red+Green+Blue) = 19+79+205=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #134FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FCD is #ECB032. Grayscale: #4A4A4A. Windows color (decimal): -15511603 or 13455123. OLE color: 13455123.
HSL color Cylindrical-coordinate representation of color #134FCD: hue angle of 220.65º 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 #134FCD is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 19 | 79 | 205 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.20 |
| HSL | 220.65º | 0.83% | 0.44% | - |
| HSV(B) | 220.65º | 0.91% | 0.8% | - |
| XYZ | 14.08 | 10.14 | 58.97 | - |
| YUV | 75.42 | 201.12 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 205 | 0.91 | 0.61 | 0 | 0.20 | 220.65 | 0.83 | 0.44 |
| Hex | 13 | 4F | CD | 5B | 3D | 0 | 14 | DD | 53 | 2C |
| Octal | 23 | 117 | 315 | 133 | 75 | 0 | 24 | 335 | 123 | 54 |
| Binary | 10011 | 1001111 | 11001101 | 1011011 | 111101 | 0 | 10100 | 11011101 | 1010011 | 101100 |
Color Harmonies of #134FCD
Complementary color
Monochromatic Colors of #134FCD
Black with #134FCD
Text Example
Text Example
White with #134FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FCD; }
p { color: rgb(19,79,205); }
H1.HeaderClassName
{
color: #134FCD;
}
.AnyTagClassName
{
color: #134FCD;
}
</style>
background-color css
<style>
a { background-color: #134FCD; }
a { background-color: rgb(19,79,205); }
div.DivClassName
{
background-color: #134FCD;
}
.BgClassName
{
background-color: #134FCD;
}
</style>
border-color css
<style>
span { border-color: #134FCD; }
span { border-color: rgb(19,79,205); }
td.TdClassName
{
border-color: #134FCD;
}
.TagClassName
{
border-color: #134FCD;
}
</style>