Shades of Denim #1366BA
Tints of Denim #1366BA
RGB
CMYK
RGB Variations
Color information
#1366BA (or 0x1366BA) is known color: Denim. HEX triplet: 13, 66 and BA. RGB value is (19,102,186). Sum of RGB (Red+Green+Blue) = 19+102+186=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #1366BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1366BA is #EC9945. Grayscale: #565656. Windows color (decimal): -15505734 or 12215827. OLE color: 12215827.
HSL color Cylindrical-coordinate representation of color #1366BA: hue angle of 210.18º 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 #1366BA is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 102 | 186 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.27 |
| HSL | 210.18º | 0.81% | 0.4% | - |
| HSV(B) | 210.18º | 0.9% | 0.73% | - |
| XYZ | 13.88 | 13.19 | 48.27 | - |
| YUV | 86.76 | 184 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 102 | 186 | 0.90 | 0.45 | 0 | 0.27 | 210.18 | 0.81 | 0.4 |
| Hex | 13 | 66 | BA | 5A | 2D | 0 | 1B | D2 | 51 | 28 |
| Octal | 23 | 146 | 272 | 132 | 55 | 0 | 33 | 322 | 121 | 50 |
| Binary | 10011 | 1100110 | 10111010 | 1011010 | 101101 | 0 | 11011 | 11010010 | 1010001 | 101000 |
Color Harmonies of #1366BA
Complementary color
Monochromatic Colors of #1366BA
Black with #1366BA
Text Example
Text Example
White with #1366BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1366BA; }
p { color: rgb(19,102,186); }
H1.HeaderClassName
{
color: #1366BA;
}
.AnyTagClassName
{
color: #1366BA;
}
</style>
background-color css
<style>
a { background-color: #1366BA; }
a { background-color: rgb(19,102,186); }
div.DivClassName
{
background-color: #1366BA;
}
.BgClassName
{
background-color: #1366BA;
}
</style>
border-color css
<style>
span { border-color: #1366BA; }
span { border-color: rgb(19,102,186); }
td.TdClassName
{
border-color: #1366BA;
}
.TagClassName
{
border-color: #1366BA;
}
</style>