Shades of Denim #1358C6
Tints of Denim #1358C6
RGB
CMYK
RGB Variations
Color information
#1358C6 (or 0x1358C6) is known color: Denim. HEX triplet: 13, 58 and C6. RGB value is (19,88,198). Sum of RGB (Red+Green+Blue) = 19+88+198=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 198 (77.73% from 255 or 64.92% from 305); Max value from RGB is 198 - color contains mainly: blue. Hex color #1358C6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1358C6 is #ECA739. Grayscale: #4F4F4F. Windows color (decimal): -15509306 or 12998675. OLE color: 12998675.
HSL color Cylindrical-coordinate representation of color #1358C6: hue angle of 216.87º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1358C6 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 19 | 88 | 198 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.22 |
| HSL | 216.87º | 0.82% | 0.43% | - |
| HSV(B) | 216.87º | 0.9% | 0.78% | - |
| XYZ | 13.95 | 11.2 | 54.85 | - |
| YUV | 79.91 | 194.64 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 198 | 0.90 | 0.56 | 0 | 0.22 | 216.87 | 0.82 | 0.43 |
| Hex | 13 | 58 | C6 | 5A | 38 | 0 | 16 | D9 | 52 | 2B |
| Octal | 23 | 130 | 306 | 132 | 70 | 0 | 26 | 331 | 122 | 53 |
| Binary | 10011 | 1011000 | 11000110 | 1011010 | 111000 | 0 | 10110 | 11011001 | 1010010 | 101011 |
Color Harmonies of #1358C6
Complementary color
Monochromatic Colors of #1358C6
Black with #1358C6
Text Example
Text Example
White with #1358C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1358C6; }
p { color: rgb(19,88,198); }
H1.HeaderClassName
{
color: #1358C6;
}
.AnyTagClassName
{
color: #1358C6;
}
</style>
background-color css
<style>
a { background-color: #1358C6; }
a { background-color: rgb(19,88,198); }
div.DivClassName
{
background-color: #1358C6;
}
.BgClassName
{
background-color: #1358C6;
}
</style>
border-color css
<style>
span { border-color: #1358C6; }
span { border-color: rgb(19,88,198); }
td.TdClassName
{
border-color: #1358C6;
}
.TagClassName
{
border-color: #1358C6;
}
</style>