Shades of Denim #134FDC
Tints of Denim #134FDC
RGB
CMYK
RGB Variations
Color information
#134FDC (or 0x134FDC) is known color: Denim. HEX triplet: 13, 4F and DC. RGB value is (19,79,220). Sum of RGB (Red+Green+Blue) = 19+79+220=318 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.97% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 220 (86.33% from 255 or 69.18% from 318); Max value from RGB is 220 - color contains mainly: blue. Hex color #134FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FDC is #ECB023. Grayscale: #4C4C4C. Windows color (decimal): -15511588 or 14438163. OLE color: 14438163.
HSL color Cylindrical-coordinate representation of color #134FDC: hue angle of 222.09º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134FDC is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 79 | 220 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.14 |
| HSL | 222.09º | 0.84% | 0.47% | - |
| HSV(B) | 222.09º | 0.91% | 0.86% | - |
| XYZ | 15.98 | 10.9 | 68.97 | - |
| YUV | 77.13 | 208.62 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 79 | 220 | 0.91 | 0.64 | 0 | 0.14 | 222.09 | 0.84 | 0.47 |
| Hex | 13 | 4F | DC | 5B | 40 | 0 | E | DE | 54 | 2F |
| Octal | 23 | 117 | 334 | 133 | 100 | 0 | 16 | 336 | 124 | 57 |
| Binary | 10011 | 1001111 | 11011100 | 1011011 | 1000000 | 0 | 1110 | 11011110 | 1010100 | 101111 |
Color Harmonies of #134FDC
Complementary color
Monochromatic Colors of #134FDC
Black with #134FDC
Text Example
Text Example
White with #134FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134FDC; }
p { color: rgb(19,79,220); }
H1.HeaderClassName
{
color: #134FDC;
}
.AnyTagClassName
{
color: #134FDC;
}
</style>
background-color css
<style>
a { background-color: #134FDC; }
a { background-color: rgb(19,79,220); }
div.DivClassName
{
background-color: #134FDC;
}
.BgClassName
{
background-color: #134FDC;
}
</style>
border-color css
<style>
span { border-color: #134FDC; }
span { border-color: rgb(19,79,220); }
td.TdClassName
{
border-color: #134FDC;
}
.TagClassName
{
border-color: #134FDC;
}
</style>