Shades of Denim #125DB7
Tints of Denim #125DB7
RGB
CMYK
RGB Variations
Color information
#125DB7 (or 0x125DB7) is known color: Denim. HEX triplet: 12, 5D and B7. RGB value is (18,93,183). Sum of RGB (Red+Green+Blue) = 18+93+183=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 183 (71.88% from 255 or 62.24% from 294); Max value from RGB is 183 - color contains mainly: blue. Hex color #125DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DB7 is #EDA248. Grayscale: #505050. Windows color (decimal): -15573577 or 12016914. OLE color: 12016914.
HSL color Cylindrical-coordinate representation of color #125DB7: hue angle of 212.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125DB7 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 93 | 183 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.28 |
| HSL | 212.73º | 0.82% | 0.39% | - |
| HSV(B) | 212.73º | 0.9% | 0.72% | - |
| XYZ | 12.71 | 11.38 | 46.33 | - |
| YUV | 80.84 | 185.65 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 183 | 0.90 | 0.49 | 0 | 0.28 | 212.73 | 0.82 | 0.39 |
| Hex | 12 | 5D | B7 | 5A | 31 | 0 | 1C | D5 | 52 | 27 |
| Octal | 22 | 135 | 267 | 132 | 61 | 0 | 34 | 325 | 122 | 47 |
| Binary | 10010 | 1011101 | 10110111 | 1011010 | 110001 | 0 | 11100 | 11010101 | 1010010 | 100111 |
Color Harmonies of #125DB7
Complementary color
Monochromatic Colors of #125DB7
Black with #125DB7
Text Example
Text Example
White with #125DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125DB7; }
p { color: rgb(18,93,183); }
H1.HeaderClassName
{
color: #125DB7;
}
.AnyTagClassName
{
color: #125DB7;
}
</style>
background-color css
<style>
a { background-color: #125DB7; }
a { background-color: rgb(18,93,183); }
div.DivClassName
{
background-color: #125DB7;
}
.BgClassName
{
background-color: #125DB7;
}
</style>
border-color css
<style>
span { border-color: #125DB7; }
span { border-color: rgb(18,93,183); }
td.TdClassName
{
border-color: #125DB7;
}
.TagClassName
{
border-color: #125DB7;
}
</style>