Shades of Denim #125BCF
Tints of Denim #125BCF
RGB
CMYK
RGB Variations
Color information
#125BCF (or 0x125BCF) is known color: Denim. HEX triplet: 12, 5B and CF. RGB value is (18,91,207). Sum of RGB (Red+Green+Blue) = 18+91+207=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #125BCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125BCF is #EDA430. Grayscale: #515151. Windows color (decimal): -15574065 or 13589266. OLE color: 13589266.
HSL color Cylindrical-coordinate representation of color #125BCF: hue angle of 216.83º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125BCF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 91 | 207 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.19 |
| HSL | 216.83º | 0.84% | 0.44% | - |
| HSV(B) | 216.83º | 0.91% | 0.81% | - |
| XYZ | 15.25 | 12.12 | 60.57 | - |
| YUV | 82.4 | 198.32 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 207 | 0.91 | 0.56 | 0 | 0.19 | 216.83 | 0.84 | 0.44 |
| Hex | 12 | 5B | CF | 5B | 38 | 0 | 13 | D9 | 54 | 2C |
| Octal | 22 | 133 | 317 | 133 | 70 | 0 | 23 | 331 | 124 | 54 |
| Binary | 10010 | 1011011 | 11001111 | 1011011 | 111000 | 0 | 10011 | 11011001 | 1010100 | 101100 |
Color Harmonies of #125BCF
Complementary color
Monochromatic Colors of #125BCF
Black with #125BCF
Text Example
Text Example
White with #125BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125BCF; }
p { color: rgb(18,91,207); }
H1.HeaderClassName
{
color: #125BCF;
}
.AnyTagClassName
{
color: #125BCF;
}
</style>
background-color css
<style>
a { background-color: #125BCF; }
a { background-color: rgb(18,91,207); }
div.DivClassName
{
background-color: #125BCF;
}
.BgClassName
{
background-color: #125BCF;
}
</style>
border-color css
<style>
span { border-color: #125BCF; }
span { border-color: rgb(18,91,207); }
td.TdClassName
{
border-color: #125BCF;
}
.TagClassName
{
border-color: #125BCF;
}
</style>