Shades of Denim #1365BE
Tints of Denim #1365BE
RGB
CMYK
RGB Variations
Color information
#1365BE (or 0x1365BE) is known color: Denim. HEX triplet: 13, 65 and BE. RGB value is (19,101,190). Sum of RGB (Red+Green+Blue) = 19+101+190=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 101 (39.84% from 255 or 32.58% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #1365BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365BE is #EC9A41. Grayscale: #565656. Windows color (decimal): -15505986 or 12477715. OLE color: 12477715.
HSL color Cylindrical-coordinate representation of color #1365BE: hue angle of 211.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1365BE is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 19 | 101 | 190 | - |
| CMYK | 0.90 | 0.47 | 0 | 0.25 |
| HSL | 211.23º | 0.82% | 0.41% | - |
| HSV(B) | 211.23º | 0.9% | 0.75% | - |
| XYZ | 14.22 | 13.16 | 50.51 | - |
| YUV | 86.63 | 186.33 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 190 | 0.90 | 0.47 | 0 | 0.25 | 211.23 | 0.82 | 0.41 |
| Hex | 13 | 65 | BE | 5A | 2F | 0 | 19 | D3 | 52 | 29 |
| Octal | 23 | 145 | 276 | 132 | 57 | 0 | 31 | 323 | 122 | 51 |
| Binary | 10011 | 1100101 | 10111110 | 1011010 | 101111 | 0 | 11001 | 11010011 | 1010010 | 101001 |
Color Harmonies of #1365BE
Complementary color
Monochromatic Colors of #1365BE
Black with #1365BE
Text Example
Text Example
White with #1365BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1365BE; }
p { color: rgb(19,101,190); }
H1.HeaderClassName
{
color: #1365BE;
}
.AnyTagClassName
{
color: #1365BE;
}
</style>
background-color css
<style>
a { background-color: #1365BE; }
a { background-color: rgb(19,101,190); }
div.DivClassName
{
background-color: #1365BE;
}
.BgClassName
{
background-color: #1365BE;
}
</style>
border-color css
<style>
span { border-color: #1365BE; }
span { border-color: rgb(19,101,190); }
td.TdClassName
{
border-color: #1365BE;
}
.TagClassName
{
border-color: #1365BE;
}
</style>