Shades of Denim #1273BB
Tints of Denim #1273BB
RGB
CMYK
RGB Variations
Color information
#1273BB (or 0x1273BB) is known color: Denim. HEX triplet: 12, 73 and BB. RGB value is (18,115,187). Sum of RGB (Red+Green+Blue) = 18+115+187=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 187 (73.44% from 255 or 58.44% from 320); Max value from RGB is 187 - color contains mainly: blue. Hex color #1273BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1273BB is #ED8C44. Grayscale: #5D5D5D. Windows color (decimal): -15567941 or 12284690. OLE color: 12284690.
HSL color Cylindrical-coordinate representation of color #1273BB: hue angle of 205.56º 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 #1273BB is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 115 | 187 | - |
| CMYK | 0.90 | 0.39 | 0 | 0.27 |
| HSL | 205.56º | 0.82% | 0.4% | - |
| HSV(B) | 205.56º | 0.9% | 0.73% | - |
| XYZ | 15.35 | 15.98 | 49.29 | - |
| YUV | 94.21 | 180.36 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 115 | 187 | 0.90 | 0.39 | 0 | 0.27 | 205.56 | 0.82 | 0.4 |
| Hex | 12 | 73 | BB | 5A | 27 | 0 | 1B | CE | 52 | 28 |
| Octal | 22 | 163 | 273 | 132 | 47 | 0 | 33 | 316 | 122 | 50 |
| Binary | 10010 | 1110011 | 10111011 | 1011010 | 100111 | 0 | 11011 | 11001110 | 1010010 | 101000 |
Color Harmonies of #1273BB
Complementary color
Monochromatic Colors of #1273BB
Black with #1273BB
Text Example
Text Example
White with #1273BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1273BB; }
p { color: rgb(18,115,187); }
H1.HeaderClassName
{
color: #1273BB;
}
.AnyTagClassName
{
color: #1273BB;
}
</style>
background-color css
<style>
a { background-color: #1273BB; }
a { background-color: rgb(18,115,187); }
div.DivClassName
{
background-color: #1273BB;
}
.BgClassName
{
background-color: #1273BB;
}
</style>
border-color css
<style>
span { border-color: #1273BB; }
span { border-color: rgb(18,115,187); }
td.TdClassName
{
border-color: #1273BB;
}
.TagClassName
{
border-color: #1273BB;
}
</style>