Shades of Denim #1277BC
Tints of Denim #1277BC
RGB
CMYK
RGB Variations
Color information
#1277BC (or 0x1277BC) is known color: Denim. HEX triplet: 12, 77 and BC. RGB value is (18,119,188). Sum of RGB (Red+Green+Blue) = 18+119+188=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 188 (73.83% from 255 or 57.85% from 325); Max value from RGB is 188 - color contains mainly: blue. Hex color #1277BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1277BC is #ED8843. Grayscale: #606060. Windows color (decimal): -15566916 or 12351250. OLE color: 12351250.
HSL color Cylindrical-coordinate representation of color #1277BC: hue angle of 204.35º 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 #1277BC is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 119 | 188 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.26 |
| HSL | 204.35º | 0.83% | 0.4% | - |
| HSV(B) | 204.35º | 0.9% | 0.74% | - |
| XYZ | 15.92 | 16.95 | 50.01 | - |
| YUV | 96.67 | 179.54 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 188 | 0.90 | 0.37 | 0 | 0.26 | 204.35 | 0.83 | 0.4 |
| Hex | 12 | 77 | BC | 5A | 25 | 0 | 1A | CC | 53 | 28 |
| Octal | 22 | 167 | 274 | 132 | 45 | 0 | 32 | 314 | 123 | 50 |
| Binary | 10010 | 1110111 | 10111100 | 1011010 | 100101 | 0 | 11010 | 11001100 | 1010011 | 101000 |
Color Harmonies of #1277BC
Complementary color
Monochromatic Colors of #1277BC
Black with #1277BC
Text Example
Text Example
White with #1277BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1277BC; }
p { color: rgb(18,119,188); }
H1.HeaderClassName
{
color: #1277BC;
}
.AnyTagClassName
{
color: #1277BC;
}
</style>
background-color css
<style>
a { background-color: #1277BC; }
a { background-color: rgb(18,119,188); }
div.DivClassName
{
background-color: #1277BC;
}
.BgClassName
{
background-color: #1277BC;
}
</style>
border-color css
<style>
span { border-color: #1277BC; }
span { border-color: rgb(18,119,188); }
td.TdClassName
{
border-color: #1277BC;
}
.TagClassName
{
border-color: #1277BC;
}
</style>