Shades of Denim #1277BE
Tints of Denim #1277BE
RGB
CMYK
RGB Variations
Color information
#1277BE (or 0x1277BE) is known color: Denim. HEX triplet: 12, 77 and BE. RGB value is (18,119,190). Sum of RGB (Red+Green+Blue) = 18+119+190=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 119 (46.88% from 255 or 36.39% from 327); Blue value is 190 (74.61% from 255 or 58.10% from 327); Max value from RGB is 190 - color contains mainly: blue. Hex color #1277BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1277BE is #ED8841. Grayscale: #606060. Windows color (decimal): -15566914 or 12482322. OLE color: 12482322.
HSL color Cylindrical-coordinate representation of color #1277BE: hue angle of 204.77º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1277BE is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 119 | 190 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.25 |
| HSL | 204.77º | 0.83% | 0.41% | - |
| HSV(B) | 204.77º | 0.91% | 0.75% | - |
| XYZ | 16.14 | 17.04 | 51.15 | - |
| YUV | 96.9 | 180.54 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 119 | 190 | 0.91 | 0.37 | 0 | 0.25 | 204.77 | 0.83 | 0.41 |
| Hex | 12 | 77 | BE | 5B | 25 | 0 | 19 | CD | 53 | 29 |
| Octal | 22 | 167 | 276 | 133 | 45 | 0 | 31 | 315 | 123 | 51 |
| Binary | 10010 | 1110111 | 10111110 | 1011011 | 100101 | 0 | 11001 | 11001101 | 1010011 | 101001 |
Color Harmonies of #1277BE
Complementary color
Monochromatic Colors of #1277BE
Black with #1277BE
Text Example
Text Example
White with #1277BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1277BE; }
p { color: rgb(18,119,190); }
H1.HeaderClassName
{
color: #1277BE;
}
.AnyTagClassName
{
color: #1277BE;
}
</style>
background-color css
<style>
a { background-color: #1277BE; }
a { background-color: rgb(18,119,190); }
div.DivClassName
{
background-color: #1277BE;
}
.BgClassName
{
background-color: #1277BE;
}
</style>
border-color css
<style>
span { border-color: #1277BE; }
span { border-color: rgb(18,119,190); }
td.TdClassName
{
border-color: #1277BE;
}
.TagClassName
{
border-color: #1277BE;
}
</style>