Shades of Denim #125CBC
Tints of Denim #125CBC
RGB
CMYK
RGB Variations
Color information
#125CBC (or 0x125CBC) is known color: Denim. HEX triplet: 12, 5C and BC. RGB value is (18,92,188). Sum of RGB (Red+Green+Blue) = 18+92+188=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #125CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125CBC is #EDA343. Grayscale: #505050. Windows color (decimal): -15573828 or 12344338. OLE color: 12344338.
HSL color Cylindrical-coordinate representation of color #125CBC: hue angle of 213.88º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125CBC is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 92 | 188 | - |
| CMYK | 0.90 | 0.51 | 0 | 0.26 |
| HSL | 213.88º | 0.83% | 0.4% | - |
| HSV(B) | 213.88º | 0.9% | 0.74% | - |
| XYZ | 13.15 | 11.41 | 49.09 | - |
| YUV | 80.82 | 188.48 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 188 | 0.90 | 0.51 | 0 | 0.26 | 213.88 | 0.83 | 0.4 |
| Hex | 12 | 5C | BC | 5A | 33 | 0 | 1A | D6 | 53 | 28 |
| Octal | 22 | 134 | 274 | 132 | 63 | 0 | 32 | 326 | 123 | 50 |
| Binary | 10010 | 1011100 | 10111100 | 1011010 | 110011 | 0 | 11010 | 11010110 | 1010011 | 101000 |
Color Harmonies of #125CBC
Complementary color
Monochromatic Colors of #125CBC
Black with #125CBC
Text Example
Text Example
White with #125CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125CBC; }
p { color: rgb(18,92,188); }
H1.HeaderClassName
{
color: #125CBC;
}
.AnyTagClassName
{
color: #125CBC;
}
</style>
background-color css
<style>
a { background-color: #125CBC; }
a { background-color: rgb(18,92,188); }
div.DivClassName
{
background-color: #125CBC;
}
.BgClassName
{
background-color: #125CBC;
}
</style>
border-color css
<style>
span { border-color: #125CBC; }
span { border-color: rgb(18,92,188); }
td.TdClassName
{
border-color: #125CBC;
}
.TagClassName
{
border-color: #125CBC;
}
</style>