Shades of Denim #1365CF
Tints of Denim #1365CF
RGB
CMYK
RGB Variations
Color information
#1365CF (or 0x1365CF) is known color: Denim. HEX triplet: 13, 65 and CF. RGB value is (19,101,207). Sum of RGB (Red+Green+Blue) = 19+101+207=327 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.81% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #1365CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365CF is #EC9A30. Grayscale: #585858. Windows color (decimal): -15505969 or 13591827. OLE color: 13591827.
HSL color Cylindrical-coordinate representation of color #1365CF: hue angle of 213.83º 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 #1365CF is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 101 | 207 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.19 |
| HSL | 213.83º | 0.83% | 0.44% | - |
| HSV(B) | 213.83º | 0.91% | 0.81% | - |
| XYZ | 16.18 | 13.95 | 60.87 | - |
| YUV | 88.57 | 194.83 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 207 | 0.91 | 0.51 | 0 | 0.19 | 213.83 | 0.83 | 0.44 |
| Hex | 13 | 65 | CF | 5B | 33 | 0 | 13 | D6 | 53 | 2C |
| Octal | 23 | 145 | 317 | 133 | 63 | 0 | 23 | 326 | 123 | 54 |
| Binary | 10011 | 1100101 | 11001111 | 1011011 | 110011 | 0 | 10011 | 11010110 | 1010011 | 101100 |
Color Harmonies of #1365CF
Complementary color
Monochromatic Colors of #1365CF
Black with #1365CF
Text Example
Text Example
White with #1365CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1365CF; }
p { color: rgb(19,101,207); }
H1.HeaderClassName
{
color: #1365CF;
}
.AnyTagClassName
{
color: #1365CF;
}
</style>
background-color css
<style>
a { background-color: #1365CF; }
a { background-color: rgb(19,101,207); }
div.DivClassName
{
background-color: #1365CF;
}
.BgClassName
{
background-color: #1365CF;
}
</style>
border-color css
<style>
span { border-color: #1365CF; }
span { border-color: rgb(19,101,207); }
td.TdClassName
{
border-color: #1365CF;
}
.TagClassName
{
border-color: #1365CF;
}
</style>