Shades of Denim #1272B7
Tints of Denim #1272B7
RGB
CMYK
RGB Variations
Color information
#1272B7 (or 0x1272B7) is known color: Denim. HEX triplet: 12, 72 and B7. RGB value is (18,114,183). Sum of RGB (Red+Green+Blue) = 18+114+183=315 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.71% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 183 (71.88% from 255 or 58.10% from 315); Max value from RGB is 183 - color contains mainly: blue. Hex color #1272B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1272B7 is #ED8D48. Grayscale: #5C5C5C. Windows color (decimal): -15568201 or 12022290. OLE color: 12022290.
HSL color Cylindrical-coordinate representation of color #1272B7: hue angle of 205.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1272B7 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 114 | 183 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.28 |
| HSL | 205.09º | 0.82% | 0.39% | - |
| HSV(B) | 205.09º | 0.9% | 0.72% | - |
| XYZ | 14.81 | 15.58 | 47.03 | - |
| YUV | 93.16 | 178.7 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 114 | 183 | 0.90 | 0.38 | 0 | 0.28 | 205.09 | 0.82 | 0.39 |
| Hex | 12 | 72 | B7 | 5A | 26 | 0 | 1C | CD | 52 | 27 |
| Octal | 22 | 162 | 267 | 132 | 46 | 0 | 34 | 315 | 122 | 47 |
| Binary | 10010 | 1110010 | 10110111 | 1011010 | 100110 | 0 | 11100 | 11001101 | 1010010 | 100111 |
Color Harmonies of #1272B7
Complementary color
Monochromatic Colors of #1272B7
Black with #1272B7
Text Example
Text Example
White with #1272B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1272B7; }
p { color: rgb(18,114,183); }
H1.HeaderClassName
{
color: #1272B7;
}
.AnyTagClassName
{
color: #1272B7;
}
</style>
background-color css
<style>
a { background-color: #1272B7; }
a { background-color: rgb(18,114,183); }
div.DivClassName
{
background-color: #1272B7;
}
.BgClassName
{
background-color: #1272B7;
}
</style>
border-color css
<style>
span { border-color: #1272B7; }
span { border-color: rgb(18,114,183); }
td.TdClassName
{
border-color: #1272B7;
}
.TagClassName
{
border-color: #1272B7;
}
</style>