Shades of Denim #1278BF
Tints of Denim #1278BF
RGB
CMYK
RGB Variations
Color information
#1278BF (or 0x1278BF) is known color: Denim. HEX triplet: 12, 78 and BF. RGB value is (18,120,191). Sum of RGB (Red+Green+Blue) = 18+120+191=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #1278BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1278BF is #ED8740. Grayscale: #616161. Windows color (decimal): -15566657 or 12548114. OLE color: 12548114.
HSL color Cylindrical-coordinate representation of color #1278BF: hue angle of 204.62º 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 #1278BF is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 120 | 191 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.25 |
| HSL | 204.62º | 0.83% | 0.41% | - |
| HSV(B) | 204.62º | 0.91% | 0.75% | - |
| XYZ | 16.37 | 17.32 | 51.77 | - |
| YUV | 97.6 | 180.71 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 120 | 191 | 0.91 | 0.37 | 0 | 0.25 | 204.62 | 0.83 | 0.41 |
| Hex | 12 | 78 | BF | 5B | 25 | 0 | 19 | CD | 53 | 29 |
| Octal | 22 | 170 | 277 | 133 | 45 | 0 | 31 | 315 | 123 | 51 |
| Binary | 10010 | 1111000 | 10111111 | 1011011 | 100101 | 0 | 11001 | 11001101 | 1010011 | 101001 |
Color Harmonies of #1278BF
Complementary color
Monochromatic Colors of #1278BF
Black with #1278BF
Text Example
Text Example
White with #1278BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1278BF; }
p { color: rgb(18,120,191); }
H1.HeaderClassName
{
color: #1278BF;
}
.AnyTagClassName
{
color: #1278BF;
}
</style>
background-color css
<style>
a { background-color: #1278BF; }
a { background-color: rgb(18,120,191); }
div.DivClassName
{
background-color: #1278BF;
}
.BgClassName
{
background-color: #1278BF;
}
</style>
border-color css
<style>
span { border-color: #1278BF; }
span { border-color: rgb(18,120,191); }
td.TdClassName
{
border-color: #1278BF;
}
.TagClassName
{
border-color: #1278BF;
}
</style>