Shades of Denim #1358CA
Tints of Denim #1358CA
RGB
CMYK
RGB Variations
Color information
#1358CA (or 0x1358CA) is known color: Denim. HEX triplet: 13, 58 and CA. RGB value is (19,88,202). Sum of RGB (Red+Green+Blue) = 19+88+202=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #1358CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1358CA is #ECA735. Grayscale: #4F4F4F. Windows color (decimal): -15509302 or 13260819. OLE color: 13260819.
HSL color Cylindrical-coordinate representation of color #1358CA: hue angle of 217.38º 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 #1358CA is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 19 | 88 | 202 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.21 |
| HSL | 217.38º | 0.83% | 0.43% | - |
| HSV(B) | 217.38º | 0.91% | 0.79% | - |
| XYZ | 14.42 | 11.38 | 57.31 | - |
| YUV | 80.37 | 196.64 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 202 | 0.91 | 0.56 | 0 | 0.21 | 217.38 | 0.83 | 0.43 |
| Hex | 13 | 58 | CA | 5B | 38 | 0 | 15 | D9 | 53 | 2B |
| Octal | 23 | 130 | 312 | 133 | 70 | 0 | 25 | 331 | 123 | 53 |
| Binary | 10011 | 1011000 | 11001010 | 1011011 | 111000 | 0 | 10101 | 11011001 | 1010011 | 101011 |
Color Harmonies of #1358CA
Complementary color
Monochromatic Colors of #1358CA
Black with #1358CA
Text Example
Text Example
White with #1358CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1358CA; }
p { color: rgb(19,88,202); }
H1.HeaderClassName
{
color: #1358CA;
}
.AnyTagClassName
{
color: #1358CA;
}
</style>
background-color css
<style>
a { background-color: #1358CA; }
a { background-color: rgb(19,88,202); }
div.DivClassName
{
background-color: #1358CA;
}
.BgClassName
{
background-color: #1358CA;
}
</style>
border-color css
<style>
span { border-color: #1358CA; }
span { border-color: rgb(19,88,202); }
td.TdClassName
{
border-color: #1358CA;
}
.TagClassName
{
border-color: #1358CA;
}
</style>