Shades of Denim #1275BB
Tints of Denim #1275BB
RGB
CMYK
RGB Variations
Color information
#1275BB (or 0x1275BB) is known color: Denim. HEX triplet: 12, 75 and BB. RGB value is (18,117,187). Sum of RGB (Red+Green+Blue) = 18+117+187=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 187 (73.44% from 255 or 58.07% from 322); Max value from RGB is 187 - color contains mainly: blue. Hex color #1275BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1275BB is #ED8A44. Grayscale: #5F5F5F. Windows color (decimal): -15567429 or 12285202. OLE color: 12285202.
HSL color Cylindrical-coordinate representation of color #1275BB: hue angle of 204.85º 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 #1275BB is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 117 | 187 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.27 |
| HSL | 204.85º | 0.82% | 0.4% | - |
| HSV(B) | 204.85º | 0.9% | 0.73% | - |
| XYZ | 15.58 | 16.44 | 49.37 | - |
| YUV | 95.38 | 179.7 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 187 | 0.90 | 0.37 | 0 | 0.27 | 204.85 | 0.82 | 0.4 |
| Hex | 12 | 75 | BB | 5A | 25 | 0 | 1B | CD | 52 | 28 |
| Octal | 22 | 165 | 273 | 132 | 45 | 0 | 33 | 315 | 122 | 50 |
| Binary | 10010 | 1110101 | 10111011 | 1011010 | 100101 | 0 | 11011 | 11001101 | 1010010 | 101000 |
Color Harmonies of #1275BB
Complementary color
Monochromatic Colors of #1275BB
Black with #1275BB
Text Example
Text Example
White with #1275BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1275BB; }
p { color: rgb(18,117,187); }
H1.HeaderClassName
{
color: #1275BB;
}
.AnyTagClassName
{
color: #1275BB;
}
</style>
background-color css
<style>
a { background-color: #1275BB; }
a { background-color: rgb(18,117,187); }
div.DivClassName
{
background-color: #1275BB;
}
.BgClassName
{
background-color: #1275BB;
}
</style>
border-color css
<style>
span { border-color: #1275BB; }
span { border-color: rgb(18,117,187); }
td.TdClassName
{
border-color: #1275BB;
}
.TagClassName
{
border-color: #1275BB;
}
</style>