Shades of Denim #1273B9
Tints of Denim #1273B9
RGB
CMYK
RGB Variations
Color information
#1273B9 (or 0x1273B9) is known color: Denim. HEX triplet: 12, 73 and B9. RGB value is (18,115,185). Sum of RGB (Red+Green+Blue) = 18+115+185=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 115 (45.31% from 255 or 36.16% from 318); Blue value is 185 (72.66% from 255 or 58.18% from 318); Max value from RGB is 185 - color contains mainly: blue. Hex color #1273B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1273B9 is #ED8C46. Grayscale: #5D5D5D. Windows color (decimal): -15567943 or 12153618. OLE color: 12153618.
HSL color Cylindrical-coordinate representation of color #1273B9: hue angle of 205.15º 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 #1273B9 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 115 | 185 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.27 |
| HSL | 205.15º | 0.82% | 0.4% | - |
| HSV(B) | 205.15º | 0.9% | 0.73% | - |
| XYZ | 15.14 | 15.89 | 48.17 | - |
| YUV | 93.98 | 179.36 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 185 | 0.90 | 0.38 | 0 | 0.27 | 205.15 | 0.82 | 0.4 |
| Hex | 12 | 73 | B9 | 5A | 26 | 0 | 1B | CD | 52 | 28 |
| Octal | 22 | 163 | 271 | 132 | 46 | 0 | 33 | 315 | 122 | 50 |
| Binary | 10010 | 1110011 | 10111001 | 1011010 | 100110 | 0 | 11011 | 11001101 | 1010010 | 101000 |
Color Harmonies of #1273B9
Complementary color
Monochromatic Colors of #1273B9
Black with #1273B9
Text Example
Text Example
White with #1273B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1273B9; }
p { color: rgb(18,115,185); }
H1.HeaderClassName
{
color: #1273B9;
}
.AnyTagClassName
{
color: #1273B9;
}
</style>
background-color css
<style>
a { background-color: #1273B9; }
a { background-color: rgb(18,115,185); }
div.DivClassName
{
background-color: #1273B9;
}
.BgClassName
{
background-color: #1273B9;
}
</style>
border-color css
<style>
span { border-color: #1273B9; }
span { border-color: rgb(18,115,185); }
td.TdClassName
{
border-color: #1273B9;
}
.TagClassName
{
border-color: #1273B9;
}
</style>