Shades of Denim #127ABF
Tints of Denim #127ABF
RGB
CMYK
RGB Variations
Color information
#127ABF (or 0x127ABF) is known color: Denim. HEX triplet: 12, 7A and BF. RGB value is (18,122,191). Sum of RGB (Red+Green+Blue) = 18+122+191=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #127ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ABF is #ED8540. Grayscale: #626262. Windows color (decimal): -15566145 or 12548626. OLE color: 12548626.
HSL color Cylindrical-coordinate representation of color #127ABF: hue angle of 203.93º 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 #127ABF is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 122 | 191 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.25 |
| HSL | 203.93º | 0.83% | 0.41% | - |
| HSV(B) | 203.93º | 0.91% | 0.75% | - |
| XYZ | 16.61 | 17.81 | 51.85 | - |
| YUV | 98.77 | 180.04 | 70.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 191 | 0.91 | 0.36 | 0 | 0.25 | 203.93 | 0.83 | 0.41 |
| Hex | 12 | 7A | BF | 5B | 24 | 0 | 19 | CC | 53 | 29 |
| Octal | 22 | 172 | 277 | 133 | 44 | 0 | 31 | 314 | 123 | 51 |
| Binary | 10010 | 1111010 | 10111111 | 1011011 | 100100 | 0 | 11001 | 11001100 | 1010011 | 101001 |
Color Harmonies of #127ABF
Complementary color
Monochromatic Colors of #127ABF
Black with #127ABF
Text Example
Text Example
White with #127ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127ABF; }
p { color: rgb(18,122,191); }
H1.HeaderClassName
{
color: #127ABF;
}
.AnyTagClassName
{
color: #127ABF;
}
</style>
background-color css
<style>
a { background-color: #127ABF; }
a { background-color: rgb(18,122,191); }
div.DivClassName
{
background-color: #127ABF;
}
.BgClassName
{
background-color: #127ABF;
}
</style>
border-color css
<style>
span { border-color: #127ABF; }
span { border-color: rgb(18,122,191); }
td.TdClassName
{
border-color: #127ABF;
}
.TagClassName
{
border-color: #127ABF;
}
</style>