Shades of Denim #1278BC
Tints of Denim #1278BC
RGB
CMYK
RGB Variations
Color information
#1278BC (or 0x1278BC) is known color: Denim. HEX triplet: 12, 78 and BC. RGB value is (18,120,188). Sum of RGB (Red+Green+Blue) = 18+120+188=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #1278BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1278BC is #ED8743. Grayscale: #606060. Windows color (decimal): -15566660 or 12351506. OLE color: 12351506.
HSL color Cylindrical-coordinate representation of color #1278BC: hue angle of 204º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1278BC is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 120 | 188 | - |
| CMYK | 0.90 | 0.36 | 0 | 0.26 |
| HSL | 204º | 0.83% | 0.4% | - |
| HSV(B) | 204º | 0.9% | 0.74% | - |
| XYZ | 16.04 | 17.19 | 50.05 | - |
| YUV | 97.25 | 179.21 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 188 | 0.90 | 0.36 | 0 | 0.26 | 204 | 0.83 | 0.4 |
| Hex | 12 | 78 | BC | 5A | 24 | 0 | 1A | CC | 53 | 28 |
| Octal | 22 | 170 | 274 | 132 | 44 | 0 | 32 | 314 | 123 | 50 |
| Binary | 10010 | 1111000 | 10111100 | 1011010 | 100100 | 0 | 11010 | 11001100 | 1010011 | 101000 |
Color Harmonies of #1278BC
Complementary color
Monochromatic Colors of #1278BC
Black with #1278BC
Text Example
Text Example
White with #1278BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1278BC; }
p { color: rgb(18,120,188); }
H1.HeaderClassName
{
color: #1278BC;
}
.AnyTagClassName
{
color: #1278BC;
}
</style>
background-color css
<style>
a { background-color: #1278BC; }
a { background-color: rgb(18,120,188); }
div.DivClassName
{
background-color: #1278BC;
}
.BgClassName
{
background-color: #1278BC;
}
</style>
border-color css
<style>
span { border-color: #1278BC; }
span { border-color: rgb(18,120,188); }
td.TdClassName
{
border-color: #1278BC;
}
.TagClassName
{
border-color: #1278BC;
}
</style>