Shades of Denim #1365BA
Tints of Denim #1365BA
RGB
CMYK
RGB Variations
Color information
#1365BA (or 0x1365BA) is known color: Denim. HEX triplet: 13, 65 and BA. RGB value is (19,101,186). Sum of RGB (Red+Green+Blue) = 19+101+186=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 101 (39.84% from 255 or 33.01% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #1365BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1365BA is #EC9A45. Grayscale: #555555. Windows color (decimal): -15505990 or 12215571. OLE color: 12215571.
HSL color Cylindrical-coordinate representation of color #1365BA: hue angle of 210.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1365BA is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 101 | 186 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.27 |
| HSL | 210.54º | 0.81% | 0.4% | - |
| HSV(B) | 210.54º | 0.9% | 0.73% | - |
| XYZ | 13.79 | 12.99 | 48.24 | - |
| YUV | 86.17 | 184.33 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 186 | 0.90 | 0.46 | 0 | 0.27 | 210.54 | 0.81 | 0.4 |
| Hex | 13 | 65 | BA | 5A | 2E | 0 | 1B | D3 | 51 | 28 |
| Octal | 23 | 145 | 272 | 132 | 56 | 0 | 33 | 323 | 121 | 50 |
| Binary | 10011 | 1100101 | 10111010 | 1011010 | 101110 | 0 | 11011 | 11010011 | 1010001 | 101000 |
Color Harmonies of #1365BA
Complementary color
Monochromatic Colors of #1365BA
Black with #1365BA
Text Example
Text Example
White with #1365BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1365BA; }
p { color: rgb(19,101,186); }
H1.HeaderClassName
{
color: #1365BA;
}
.AnyTagClassName
{
color: #1365BA;
}
</style>
background-color css
<style>
a { background-color: #1365BA; }
a { background-color: rgb(19,101,186); }
div.DivClassName
{
background-color: #1365BA;
}
.BgClassName
{
background-color: #1365BA;
}
</style>
border-color css
<style>
span { border-color: #1365BA; }
span { border-color: rgb(19,101,186); }
td.TdClassName
{
border-color: #1365BA;
}
.TagClassName
{
border-color: #1365BA;
}
</style>