Shades of Denim #1272BA
Tints of Denim #1272BA
RGB
CMYK
RGB Variations
Color information
#1272BA (or 0x1272BA) is known color: Denim. HEX triplet: 12, 72 and BA. RGB value is (18,114,186). Sum of RGB (Red+Green+Blue) = 18+114+186=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #1272BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1272BA is #ED8D45. Grayscale: #5D5D5D. Windows color (decimal): -15568198 or 12218898. OLE color: 12218898.
HSL color Cylindrical-coordinate representation of color #1272BA: hue angle of 205.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 #1272BA is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 114 | 186 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.27 |
| HSL | 205.71º | 0.82% | 0.4% | - |
| HSV(B) | 205.71º | 0.9% | 0.73% | - |
| XYZ | 15.13 | 15.71 | 48.69 | - |
| YUV | 93.5 | 180.2 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 186 | 0.90 | 0.39 | 0 | 0.27 | 205.71 | 0.82 | 0.4 |
| Hex | 12 | 72 | BA | 5A | 27 | 0 | 1B | CE | 52 | 28 |
| Octal | 22 | 162 | 272 | 132 | 47 | 0 | 33 | 316 | 122 | 50 |
| Binary | 10010 | 1110010 | 10111010 | 1011010 | 100111 | 0 | 11011 | 11001110 | 1010010 | 101000 |
Color Harmonies of #1272BA
Complementary color
Monochromatic Colors of #1272BA
Black with #1272BA
Text Example
Text Example
White with #1272BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1272BA; }
p { color: rgb(18,114,186); }
H1.HeaderClassName
{
color: #1272BA;
}
.AnyTagClassName
{
color: #1272BA;
}
</style>
background-color css
<style>
a { background-color: #1272BA; }
a { background-color: rgb(18,114,186); }
div.DivClassName
{
background-color: #1272BA;
}
.BgClassName
{
background-color: #1272BA;
}
</style>
border-color css
<style>
span { border-color: #1272BA; }
span { border-color: rgb(18,114,186); }
td.TdClassName
{
border-color: #1272BA;
}
.TagClassName
{
border-color: #1272BA;
}
</style>