Shades of Denim #127ABD
Tints of Denim #127ABD
RGB
CMYK
RGB Variations
Color information
#127ABD (or 0x127ABD) is known color: Denim. HEX triplet: 12, 7A and BD. RGB value is (18,122,189). Sum of RGB (Red+Green+Blue) = 18+122+189=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #127ABD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127ABD is #ED8542. Grayscale: #626262. Windows color (decimal): -15566147 or 12417554. OLE color: 12417554.
HSL color Cylindrical-coordinate representation of color #127ABD: hue angle of 203.51º 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 #127ABD is Cyan = 0.90, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 122 | 189 | - |
| CMYK | 0.90 | 0.35 | 0 | 0.26 |
| HSL | 203.51º | 0.83% | 0.41% | - |
| HSV(B) | 203.51º | 0.9% | 0.74% | - |
| XYZ | 16.39 | 17.72 | 50.7 | - |
| YUV | 98.54 | 179.04 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 122 | 189 | 0.90 | 0.35 | 0 | 0.26 | 203.51 | 0.83 | 0.41 |
| Hex | 12 | 7A | BD | 5A | 23 | 0 | 1A | CC | 53 | 29 |
| Octal | 22 | 172 | 275 | 132 | 43 | 0 | 32 | 314 | 123 | 51 |
| Binary | 10010 | 1111010 | 10111101 | 1011010 | 100011 | 0 | 11010 | 11001100 | 1010011 | 101001 |
Color Harmonies of #127ABD
Complementary color
Monochromatic Colors of #127ABD
Black with #127ABD
Text Example
Text Example
White with #127ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127ABD; }
p { color: rgb(18,122,189); }
H1.HeaderClassName
{
color: #127ABD;
}
.AnyTagClassName
{
color: #127ABD;
}
</style>
background-color css
<style>
a { background-color: #127ABD; }
a { background-color: rgb(18,122,189); }
div.DivClassName
{
background-color: #127ABD;
}
.BgClassName
{
background-color: #127ABD;
}
</style>
border-color css
<style>
span { border-color: #127ABD; }
span { border-color: rgb(18,122,189); }
td.TdClassName
{
border-color: #127ABD;
}
.TagClassName
{
border-color: #127ABD;
}
</style>