Shades of Denim #1358CF
Tints of Denim #1358CF
RGB
CMYK
RGB Variations
Color information
#1358CF (or 0x1358CF) is known color: Denim. HEX triplet: 13, 58 and CF. RGB value is (19,88,207). Sum of RGB (Red+Green+Blue) = 19+88+207=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #1358CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1358CF is #ECA730. Grayscale: #505050. Windows color (decimal): -15509297 or 13588499. OLE color: 13588499.
HSL color Cylindrical-coordinate representation of color #1358CF: hue angle of 217.98º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1358CF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 88 | 207 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.19 |
| HSL | 217.98º | 0.83% | 0.44% | - |
| HSV(B) | 217.98º | 0.91% | 0.81% | - |
| XYZ | 15.02 | 11.62 | 60.48 | - |
| YUV | 80.94 | 199.14 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 88 | 207 | 0.91 | 0.57 | 0 | 0.19 | 217.98 | 0.83 | 0.44 |
| Hex | 13 | 58 | CF | 5B | 39 | 0 | 13 | DA | 53 | 2C |
| Octal | 23 | 130 | 317 | 133 | 71 | 0 | 23 | 332 | 123 | 54 |
| Binary | 10011 | 1011000 | 11001111 | 1011011 | 111001 | 0 | 10011 | 11011010 | 1010011 | 101100 |
Color Harmonies of #1358CF
Complementary color
Monochromatic Colors of #1358CF
Black with #1358CF
Text Example
Text Example
White with #1358CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1358CF; }
p { color: rgb(19,88,207); }
H1.HeaderClassName
{
color: #1358CF;
}
.AnyTagClassName
{
color: #1358CF;
}
</style>
background-color css
<style>
a { background-color: #1358CF; }
a { background-color: rgb(19,88,207); }
div.DivClassName
{
background-color: #1358CF;
}
.BgClassName
{
background-color: #1358CF;
}
</style>
border-color css
<style>
span { border-color: #1358CF; }
span { border-color: rgb(19,88,207); }
td.TdClassName
{
border-color: #1358CF;
}
.TagClassName
{
border-color: #1358CF;
}
</style>