Shades of Denim #127BBE
Tints of Denim #127BBE
RGB
CMYK
RGB Variations
Color information
#127BBE (or 0x127BBE) is known color: Denim. HEX triplet: 12, 7B and BE. RGB value is (18,123,190). Sum of RGB (Red+Green+Blue) = 18+123+190=331 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.44% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #127BBE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BBE is #ED8441. Grayscale: #626262. Windows color (decimal): -15565890 or 12483346. OLE color: 12483346.
HSL color Cylindrical-coordinate representation of color #127BBE: hue angle of 203.37º 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 #127BBE is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 123 | 190 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.25 |
| HSL | 203.37º | 0.83% | 0.41% | - |
| HSV(B) | 203.37º | 0.91% | 0.75% | - |
| XYZ | 16.63 | 18.01 | 51.32 | - |
| YUV | 99.24 | 179.21 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 190 | 0.91 | 0.35 | 0 | 0.25 | 203.37 | 0.83 | 0.41 |
| Hex | 12 | 7B | BE | 5B | 23 | 0 | 19 | CB | 53 | 29 |
| Octal | 22 | 173 | 276 | 133 | 43 | 0 | 31 | 313 | 123 | 51 |
| Binary | 10010 | 1111011 | 10111110 | 1011011 | 100011 | 0 | 11001 | 11001011 | 1010011 | 101001 |
Color Harmonies of #127BBE
Complementary color
Monochromatic Colors of #127BBE
Black with #127BBE
Text Example
Text Example
White with #127BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127BBE; }
p { color: rgb(18,123,190); }
H1.HeaderClassName
{
color: #127BBE;
}
.AnyTagClassName
{
color: #127BBE;
}
</style>
background-color css
<style>
a { background-color: #127BBE; }
a { background-color: rgb(18,123,190); }
div.DivClassName
{
background-color: #127BBE;
}
.BgClassName
{
background-color: #127BBE;
}
</style>
border-color css
<style>
span { border-color: #127BBE; }
span { border-color: rgb(18,123,190); }
td.TdClassName
{
border-color: #127BBE;
}
.TagClassName
{
border-color: #127BBE;
}
</style>