Shades of Denim #125CB8
Tints of Denim #125CB8
RGB
CMYK
RGB Variations
Color information
#125CB8 (or 0x125CB8) is known color: Denim. HEX triplet: 12, 5C and B8. RGB value is (18,92,184). Sum of RGB (Red+Green+Blue) = 18+92+184=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 184 (72.27% from 255 or 62.59% from 294); Max value from RGB is 184 - color contains mainly: blue. Hex color #125CB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CB8 is #EDA347. Grayscale: #4F4F4F. Windows color (decimal): -15573832 or 12082194. OLE color: 12082194.
HSL color Cylindrical-coordinate representation of color #125CB8: hue angle of 213.25º 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 #125CB8 is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 92 | 184 | - |
| CMYK | 0.90 | 0.50 | 0 | 0.28 |
| HSL | 213.25º | 0.82% | 0.4% | - |
| HSV(B) | 213.25º | 0.9% | 0.72% | - |
| XYZ | 12.73 | 11.24 | 46.85 | - |
| YUV | 80.36 | 186.48 | 83.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 184 | 0.90 | 0.50 | 0 | 0.28 | 213.25 | 0.82 | 0.4 |
| Hex | 12 | 5C | B8 | 5A | 32 | 0 | 1C | D5 | 52 | 28 |
| Octal | 22 | 134 | 270 | 132 | 62 | 0 | 34 | 325 | 122 | 50 |
| Binary | 10010 | 1011100 | 10111000 | 1011010 | 110010 | 0 | 11100 | 11010101 | 1010010 | 101000 |
Color Harmonies of #125CB8
Complementary color
Monochromatic Colors of #125CB8
Black with #125CB8
Text Example
Text Example
White with #125CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125CB8; }
p { color: rgb(18,92,184); }
H1.HeaderClassName
{
color: #125CB8;
}
.AnyTagClassName
{
color: #125CB8;
}
</style>
background-color css
<style>
a { background-color: #125CB8; }
a { background-color: rgb(18,92,184); }
div.DivClassName
{
background-color: #125CB8;
}
.BgClassName
{
background-color: #125CB8;
}
</style>
border-color css
<style>
span { border-color: #125CB8; }
span { border-color: rgb(18,92,184); }
td.TdClassName
{
border-color: #125CB8;
}
.TagClassName
{
border-color: #125CB8;
}
</style>