Shades of Denim #127BC1
Tints of Denim #127BC1
RGB
CMYK
RGB Variations
Color information
#127BC1 (or 0x127BC1) is known color: Denim. HEX triplet: 12, 7B and C1. RGB value is (18,123,193). Sum of RGB (Red+Green+Blue) = 18+123+193=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 123 (48.44% from 255 or 36.83% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #127BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BC1 is #ED843E. Grayscale: #636363. Windows color (decimal): -15565887 or 12679954. OLE color: 12679954.
HSL color Cylindrical-coordinate representation of color #127BC1: hue angle of 204º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127BC1 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 18 | 123 | 193 | - |
| CMYK | 0.91 | 0.36 | 0 | 0.24 |
| HSL | 204º | 0.83% | 0.41% | - |
| HSV(B) | 204º | 0.91% | 0.76% | - |
| XYZ | 16.96 | 18.14 | 53.06 | - |
| YUV | 99.59 | 180.71 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 193 | 0.91 | 0.36 | 0 | 0.24 | 204 | 0.83 | 0.41 |
| Hex | 12 | 7B | C1 | 5B | 24 | 0 | 18 | CC | 53 | 29 |
| Octal | 22 | 173 | 301 | 133 | 44 | 0 | 30 | 314 | 123 | 51 |
| Binary | 10010 | 1111011 | 11000001 | 1011011 | 100100 | 0 | 11000 | 11001100 | 1010011 | 101001 |
Color Harmonies of #127BC1
Complementary color
Monochromatic Colors of #127BC1
Black with #127BC1
Text Example
Text Example
White with #127BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BC1; }
p { color: rgb(18,123,193); }
H1.HeaderClassName
{
color: #127BC1;
}
.AnyTagClassName
{
color: #127BC1;
}
</style>
background-color css
<style>
a { background-color: #127BC1; }
a { background-color: rgb(18,123,193); }
div.DivClassName
{
background-color: #127BC1;
}
.BgClassName
{
background-color: #127BC1;
}
</style>
border-color css
<style>
span { border-color: #127BC1; }
span { border-color: rgb(18,123,193); }
td.TdClassName
{
border-color: #127BC1;
}
.TagClassName
{
border-color: #127BC1;
}
</style>