Shades of Denim #1264BA
Tints of Denim #1264BA
RGB
CMYK
RGB Variations
Color information
#1264BA (or 0x1264BA) is known color: Denim. HEX triplet: 12, 64 and BA. RGB value is (18,100,186). Sum of RGB (Red+Green+Blue) = 18+100+186=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 186 (73.05% from 255 or 61.18% from 304); Max value from RGB is 186 - color contains mainly: blue. Hex color #1264BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1264BA is #ED9B45. Grayscale: #545454. Windows color (decimal): -15571782 or 12215314. OLE color: 12215314.
HSL color Cylindrical-coordinate representation of color #1264BA: hue angle of 210.71º degrees, saturation: 0.82, 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 #1264BA is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 100 | 186 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.27 |
| HSL | 210.71º | 0.82% | 0.4% | - |
| HSV(B) | 210.71º | 0.9% | 0.73% | - |
| XYZ | 13.67 | 12.79 | 48.2 | - |
| YUV | 85.29 | 184.83 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 186 | 0.90 | 0.46 | 0 | 0.27 | 210.71 | 0.82 | 0.4 |
| Hex | 12 | 64 | BA | 5A | 2E | 0 | 1B | D3 | 52 | 28 |
| Octal | 22 | 144 | 272 | 132 | 56 | 0 | 33 | 323 | 122 | 50 |
| Binary | 10010 | 1100100 | 10111010 | 1011010 | 101110 | 0 | 11011 | 11010011 | 1010010 | 101000 |
Color Harmonies of #1264BA
Complementary color
Monochromatic Colors of #1264BA
Black with #1264BA
Text Example
Text Example
White with #1264BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1264BA; }
p { color: rgb(18,100,186); }
H1.HeaderClassName
{
color: #1264BA;
}
.AnyTagClassName
{
color: #1264BA;
}
</style>
background-color css
<style>
a { background-color: #1264BA; }
a { background-color: rgb(18,100,186); }
div.DivClassName
{
background-color: #1264BA;
}
.BgClassName
{
background-color: #1264BA;
}
</style>
border-color css
<style>
span { border-color: #1264BA; }
span { border-color: rgb(18,100,186); }
td.TdClassName
{
border-color: #1264BA;
}
.TagClassName
{
border-color: #1264BA;
}
</style>