Shades of Denim #1355CA
Tints of Denim #1355CA
RGB
CMYK
RGB Variations
Color information
#1355CA (or 0x1355CA) is known color: Denim. HEX triplet: 13, 55 and CA. RGB value is (19,85,202). Sum of RGB (Red+Green+Blue) = 19+85+202=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 202 (79.30% from 255 or 66.01% from 306); Max value from RGB is 202 - color contains mainly: blue. Hex color #1355CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355CA is #ECAA35. Grayscale: #4E4E4E. Windows color (decimal): -15510070 or 13260051. OLE color: 13260051.
HSL color Cylindrical-coordinate representation of color #1355CA: hue angle of 218.36º 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 #1355CA is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 85 | 202 | - |
| CMYK | 0.91 | 0.58 | 0 | 0.21 |
| HSL | 218.36º | 0.83% | 0.43% | - |
| HSV(B) | 218.36º | 0.91% | 0.79% | - |
| XYZ | 14.18 | 10.9 | 57.23 | - |
| YUV | 78.6 | 197.63 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 202 | 0.91 | 0.58 | 0 | 0.21 | 218.36 | 0.83 | 0.43 |
| Hex | 13 | 55 | CA | 5B | 3A | 0 | 15 | DA | 53 | 2B |
| Octal | 23 | 125 | 312 | 133 | 72 | 0 | 25 | 332 | 123 | 53 |
| Binary | 10011 | 1010101 | 11001010 | 1011011 | 111010 | 0 | 10101 | 11011010 | 1010011 | 101011 |
Color Harmonies of #1355CA
Complementary color
Monochromatic Colors of #1355CA
Black with #1355CA
Text Example
Text Example
White with #1355CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1355CA; }
p { color: rgb(19,85,202); }
H1.HeaderClassName
{
color: #1355CA;
}
.AnyTagClassName
{
color: #1355CA;
}
</style>
background-color css
<style>
a { background-color: #1355CA; }
a { background-color: rgb(19,85,202); }
div.DivClassName
{
background-color: #1355CA;
}
.BgClassName
{
background-color: #1355CA;
}
</style>
border-color css
<style>
span { border-color: #1355CA; }
span { border-color: rgb(19,85,202); }
td.TdClassName
{
border-color: #1355CA;
}
.TagClassName
{
border-color: #1355CA;
}
</style>