Shades of Denim #1367AC
Tints of Denim #1367AC
RGB
CMYK
RGB Variations
Color information
#1367AC (or 0x1367AC) is known color: Denim. HEX triplet: 13, 67 and AC. RGB value is (19,103,172). Sum of RGB (Red+Green+Blue) = 19+103+172=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #1367AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1367AC is #EC9853. Grayscale: #555555. Windows color (decimal): -15505492 or 11298579. OLE color: 11298579.
HSL color Cylindrical-coordinate representation of color #1367AC: hue angle of 207.06º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1367AC is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 103 | 172 | - |
| CMYK | 0.89 | 0.40 | 0 | 0.33 |
| HSL | 207.06º | 0.8% | 0.37% | - |
| HSV(B) | 207.06º | 0.89% | 0.67% | - |
| XYZ | 12.57 | 12.82 | 40.84 | - |
| YUV | 85.75 | 176.67 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 172 | 0.89 | 0.40 | 0 | 0.33 | 207.06 | 0.8 | 0.37 |
| Hex | 13 | 67 | AC | 59 | 28 | 0 | 21 | CF | 50 | 25 |
| Octal | 23 | 147 | 254 | 131 | 50 | 0 | 41 | 317 | 120 | 45 |
| Binary | 10011 | 1100111 | 10101100 | 1011001 | 101000 | 0 | 100001 | 11001111 | 1010000 | 100101 |
Color Harmonies of #1367AC
Complementary color
Monochromatic Colors of #1367AC
Black with #1367AC
Text Example
Text Example
White with #1367AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1367AC; }
p { color: rgb(19,103,172); }
H1.HeaderClassName
{
color: #1367AC;
}
.AnyTagClassName
{
color: #1367AC;
}
</style>
background-color css
<style>
a { background-color: #1367AC; }
a { background-color: rgb(19,103,172); }
div.DivClassName
{
background-color: #1367AC;
}
.BgClassName
{
background-color: #1367AC;
}
</style>
border-color css
<style>
span { border-color: #1367AC; }
span { border-color: rgb(19,103,172); }
td.TdClassName
{
border-color: #1367AC;
}
.TagClassName
{
border-color: #1367AC;
}
</style>