Shades of Denim #125DB9
Tints of Denim #125DB9
RGB
CMYK
RGB Variations
Color information
#125DB9 (or 0x125DB9) is known color: Denim. HEX triplet: 12, 5D and B9. RGB value is (18,93,185). Sum of RGB (Red+Green+Blue) = 18+93+185=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 93 (36.72% from 255 or 31.42% from 296); Blue value is 185 (72.66% from 255 or 62.5% from 296); Max value from RGB is 185 - color contains mainly: blue. Hex color #125DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DB9 is #EDA246. Grayscale: #505050. Windows color (decimal): -15573575 or 12147986. OLE color: 12147986.
HSL color Cylindrical-coordinate representation of color #125DB9: hue angle of 213.05º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125DB9 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 93 | 185 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.27 |
| HSL | 213.05º | 0.82% | 0.4% | - |
| HSV(B) | 213.05º | 0.9% | 0.73% | - |
| XYZ | 12.92 | 11.46 | 47.43 | - |
| YUV | 81.06 | 186.65 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 185 | 0.90 | 0.50 | 0 | 0.27 | 213.05 | 0.82 | 0.4 |
| Hex | 12 | 5D | B9 | 5A | 32 | 0 | 1B | D5 | 52 | 28 |
| Octal | 22 | 135 | 271 | 132 | 62 | 0 | 33 | 325 | 122 | 50 |
| Binary | 10010 | 1011101 | 10111001 | 1011010 | 110010 | 0 | 11011 | 11010101 | 1010010 | 101000 |
Color Harmonies of #125DB9
Complementary color
Monochromatic Colors of #125DB9
Black with #125DB9
Text Example
Text Example
White with #125DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125DB9; }
p { color: rgb(18,93,185); }
H1.HeaderClassName
{
color: #125DB9;
}
.AnyTagClassName
{
color: #125DB9;
}
</style>
background-color css
<style>
a { background-color: #125DB9; }
a { background-color: rgb(18,93,185); }
div.DivClassName
{
background-color: #125DB9;
}
.BgClassName
{
background-color: #125DB9;
}
</style>
border-color css
<style>
span { border-color: #125DB9; }
span { border-color: rgb(18,93,185); }
td.TdClassName
{
border-color: #125DB9;
}
.TagClassName
{
border-color: #125DB9;
}
</style>