Shades of Denim #1277BD
Tints of Denim #1277BD
RGB
CMYK
RGB Variations
Color information
#1277BD (or 0x1277BD) is known color: Denim. HEX triplet: 12, 77 and BD. RGB value is (18,119,189). Sum of RGB (Red+Green+Blue) = 18+119+189=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #1277BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1277BD is #ED8842. Grayscale: #606060. Windows color (decimal): -15566915 or 12416786. OLE color: 12416786.
HSL color Cylindrical-coordinate representation of color #1277BD: hue angle of 204.56º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1277BD is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 119 | 189 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.26 |
| HSL | 204.56º | 0.83% | 0.41% | - |
| HSV(B) | 204.56º | 0.9% | 0.74% | - |
| XYZ | 16.03 | 17 | 50.58 | - |
| YUV | 96.78 | 180.04 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 189 | 0.90 | 0.37 | 0 | 0.26 | 204.56 | 0.83 | 0.41 |
| Hex | 12 | 77 | BD | 5A | 25 | 0 | 1A | CD | 53 | 29 |
| Octal | 22 | 167 | 275 | 132 | 45 | 0 | 32 | 315 | 123 | 51 |
| Binary | 10010 | 1110111 | 10111101 | 1011010 | 100101 | 0 | 11010 | 11001101 | 1010011 | 101001 |
Color Harmonies of #1277BD
Complementary color
Monochromatic Colors of #1277BD
Black with #1277BD
Text Example
Text Example
White with #1277BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1277BD; }
p { color: rgb(18,119,189); }
H1.HeaderClassName
{
color: #1277BD;
}
.AnyTagClassName
{
color: #1277BD;
}
</style>
background-color css
<style>
a { background-color: #1277BD; }
a { background-color: rgb(18,119,189); }
div.DivClassName
{
background-color: #1277BD;
}
.BgClassName
{
background-color: #1277BD;
}
</style>
border-color css
<style>
span { border-color: #1277BD; }
span { border-color: rgb(18,119,189); }
td.TdClassName
{
border-color: #1277BD;
}
.TagClassName
{
border-color: #1277BD;
}
</style>