Shades of Denim #125BCB
Tints of Denim #125BCB
RGB
CMYK
RGB Variations
Color information
#125BCB (or 0x125BCB) is known color: Denim. HEX triplet: 12, 5B and CB. RGB value is (18,91,203). Sum of RGB (Red+Green+Blue) = 18+91+203=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #125BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125BCB is #EDA434. Grayscale: #515151. Windows color (decimal): -15574069 or 13327122. OLE color: 13327122.
HSL color Cylindrical-coordinate representation of color #125BCB: hue angle of 216.32º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125BCB is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 91 | 203 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.20 |
| HSL | 216.32º | 0.84% | 0.43% | - |
| HSV(B) | 216.32º | 0.91% | 0.8% | - |
| XYZ | 14.77 | 11.92 | 58.02 | - |
| YUV | 81.94 | 196.32 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 203 | 0.91 | 0.55 | 0 | 0.20 | 216.32 | 0.84 | 0.43 |
| Hex | 12 | 5B | CB | 5B | 37 | 0 | 14 | D8 | 54 | 2B |
| Octal | 22 | 133 | 313 | 133 | 67 | 0 | 24 | 330 | 124 | 53 |
| Binary | 10010 | 1011011 | 11001011 | 1011011 | 110111 | 0 | 10100 | 11011000 | 1010100 | 101011 |
Color Harmonies of #125BCB
Complementary color
Monochromatic Colors of #125BCB
Black with #125BCB
Text Example
Text Example
White with #125BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125BCB; }
p { color: rgb(18,91,203); }
H1.HeaderClassName
{
color: #125BCB;
}
.AnyTagClassName
{
color: #125BCB;
}
</style>
background-color css
<style>
a { background-color: #125BCB; }
a { background-color: rgb(18,91,203); }
div.DivClassName
{
background-color: #125BCB;
}
.BgClassName
{
background-color: #125BCB;
}
</style>
border-color css
<style>
span { border-color: #125BCB; }
span { border-color: rgb(18,91,203); }
td.TdClassName
{
border-color: #125BCB;
}
.TagClassName
{
border-color: #125BCB;
}
</style>