Shades of Denim #134CC9
Tints of Denim #134CC9
RGB
CMYK
RGB Variations
Color information
#134CC9 (or 0x134CC9) is known color: Denim. HEX triplet: 13, 4C and C9. RGB value is (19,76,201). Sum of RGB (Red+Green+Blue) = 19+76+201=296 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.42% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 201 (78.91% from 255 or 67.91% from 296); Max value from RGB is 201 - color contains mainly: blue. Hex color #134CC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #134CC9 is #ECB336. Grayscale: #484848. Windows color (decimal): -15512375 or 13192211. OLE color: 13192211.
HSL color Cylindrical-coordinate representation of color #134CC9: hue angle of 221.21º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134CC9 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 76 | 201 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.21 |
| HSL | 221.21º | 0.83% | 0.43% | - |
| HSV(B) | 221.21º | 0.91% | 0.79% | - |
| XYZ | 13.4 | 9.52 | 56.39 | - |
| YUV | 73.21 | 200.12 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 76 | 201 | 0.91 | 0.62 | 0 | 0.21 | 221.21 | 0.83 | 0.43 |
| Hex | 13 | 4C | C9 | 5B | 3E | 0 | 15 | DD | 53 | 2B |
| Octal | 23 | 114 | 311 | 133 | 76 | 0 | 25 | 335 | 123 | 53 |
| Binary | 10011 | 1001100 | 11001001 | 1011011 | 111110 | 0 | 10101 | 11011101 | 1010011 | 101011 |
Color Harmonies of #134CC9
Complementary color
Monochromatic Colors of #134CC9
Black with #134CC9
Text Example
Text Example
White with #134CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134CC9; }
p { color: rgb(19,76,201); }
H1.HeaderClassName
{
color: #134CC9;
}
.AnyTagClassName
{
color: #134CC9;
}
</style>
background-color css
<style>
a { background-color: #134CC9; }
a { background-color: rgb(19,76,201); }
div.DivClassName
{
background-color: #134CC9;
}
.BgClassName
{
background-color: #134CC9;
}
</style>
border-color css
<style>
span { border-color: #134CC9; }
span { border-color: rgb(19,76,201); }
td.TdClassName
{
border-color: #134CC9;
}
.TagClassName
{
border-color: #134CC9;
}
</style>