Shades of Denim #125DB8
Tints of Denim #125DB8
RGB
CMYK
RGB Variations
Color information
#125DB8 (or 0x125DB8) is known color: Denim. HEX triplet: 12, 5D and B8. RGB value is (18,93,184). Sum of RGB (Red+Green+Blue) = 18+93+184=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #125DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DB8 is #EDA247. Grayscale: #505050. Windows color (decimal): -15573576 or 12082450. OLE color: 12082450.
HSL color Cylindrical-coordinate representation of color #125DB8: hue angle of 212.89º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125DB8 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 93 | 184 | - |
| CMYK | 0.90 | 0.49 | 0 | 0.28 |
| HSL | 212.89º | 0.82% | 0.4% | - |
| HSV(B) | 212.89º | 0.9% | 0.72% | - |
| XYZ | 12.82 | 11.42 | 46.88 | - |
| YUV | 80.95 | 186.15 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 184 | 0.90 | 0.49 | 0 | 0.28 | 212.89 | 0.82 | 0.4 |
| Hex | 12 | 5D | B8 | 5A | 31 | 0 | 1C | D5 | 52 | 28 |
| Octal | 22 | 135 | 270 | 132 | 61 | 0 | 34 | 325 | 122 | 50 |
| Binary | 10010 | 1011101 | 10111000 | 1011010 | 110001 | 0 | 11100 | 11010101 | 1010010 | 101000 |
Color Harmonies of #125DB8
Complementary color
Monochromatic Colors of #125DB8
Black with #125DB8
Text Example
Text Example
White with #125DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125DB8; }
p { color: rgb(18,93,184); }
H1.HeaderClassName
{
color: #125DB8;
}
.AnyTagClassName
{
color: #125DB8;
}
</style>
background-color css
<style>
a { background-color: #125DB8; }
a { background-color: rgb(18,93,184); }
div.DivClassName
{
background-color: #125DB8;
}
.BgClassName
{
background-color: #125DB8;
}
</style>
border-color css
<style>
span { border-color: #125DB8; }
span { border-color: rgb(18,93,184); }
td.TdClassName
{
border-color: #125DB8;
}
.TagClassName
{
border-color: #125DB8;
}
</style>