Shades of Denim #1377BA
Tints of Denim #1377BA
RGB
CMYK
RGB Variations
Color information
#1377BA (or 0x1377BA) is known color: Denim. HEX triplet: 13, 77 and BA. RGB value is (19,119,186). Sum of RGB (Red+Green+Blue) = 19+119+186=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #1377BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1377BA is #EC8845. Grayscale: #606060. Windows color (decimal): -15501382 or 12220179. OLE color: 12220179.
HSL color Cylindrical-coordinate representation of color #1377BA: hue angle of 204.07º 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 #1377BA is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 119 | 186 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.27 |
| HSL | 204.07º | 0.81% | 0.4% | - |
| HSV(B) | 204.07º | 0.9% | 0.73% | - |
| XYZ | 15.73 | 16.88 | 48.88 | - |
| YUV | 96.74 | 178.37 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 186 | 0.90 | 0.36 | 0 | 0.27 | 204.07 | 0.81 | 0.4 |
| Hex | 13 | 77 | BA | 5A | 24 | 0 | 1B | CC | 51 | 28 |
| Octal | 23 | 167 | 272 | 132 | 44 | 0 | 33 | 314 | 121 | 50 |
| Binary | 10011 | 1110111 | 10111010 | 1011010 | 100100 | 0 | 11011 | 11001100 | 1010001 | 101000 |
Color Harmonies of #1377BA
Complementary color
Monochromatic Colors of #1377BA
Black with #1377BA
Text Example
Text Example
White with #1377BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1377BA; }
p { color: rgb(19,119,186); }
H1.HeaderClassName
{
color: #1377BA;
}
.AnyTagClassName
{
color: #1377BA;
}
</style>
background-color css
<style>
a { background-color: #1377BA; }
a { background-color: rgb(19,119,186); }
div.DivClassName
{
background-color: #1377BA;
}
.BgClassName
{
background-color: #1377BA;
}
</style>
border-color css
<style>
span { border-color: #1377BA; }
span { border-color: rgb(19,119,186); }
td.TdClassName
{
border-color: #1377BA;
}
.TagClassName
{
border-color: #1377BA;
}
</style>