Shades of Denim #125DBF
Tints of Denim #125DBF
RGB
CMYK
RGB Variations
Color information
#125DBF (or 0x125DBF) is known color: Denim. HEX triplet: 12, 5D and BF. RGB value is (18,93,191). Sum of RGB (Red+Green+Blue) = 18+93+191=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 93 (36.72% from 255 or 30.79% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #125DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125DBF is #EDA240. Grayscale: #515151. Windows color (decimal): -15573569 or 12541202. OLE color: 12541202.
HSL color Cylindrical-coordinate representation of color #125DBF: hue angle of 213.99º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125DBF is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 93 | 191 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.25 |
| HSL | 213.99º | 0.83% | 0.41% | - |
| HSV(B) | 213.99º | 0.91% | 0.75% | - |
| XYZ | 13.57 | 11.72 | 50.84 | - |
| YUV | 81.75 | 189.65 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 93 | 191 | 0.91 | 0.51 | 0 | 0.25 | 213.99 | 0.83 | 0.41 |
| Hex | 12 | 5D | BF | 5B | 33 | 0 | 19 | D6 | 53 | 29 |
| Octal | 22 | 135 | 277 | 133 | 63 | 0 | 31 | 326 | 123 | 51 |
| Binary | 10010 | 1011101 | 10111111 | 1011011 | 110011 | 0 | 11001 | 11010110 | 1010011 | 101001 |
Color Harmonies of #125DBF
Complementary color
Monochromatic Colors of #125DBF
Black with #125DBF
Text Example
Text Example
White with #125DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125DBF; }
p { color: rgb(18,93,191); }
H1.HeaderClassName
{
color: #125DBF;
}
.AnyTagClassName
{
color: #125DBF;
}
</style>
background-color css
<style>
a { background-color: #125DBF; }
a { background-color: rgb(18,93,191); }
div.DivClassName
{
background-color: #125DBF;
}
.BgClassName
{
background-color: #125DBF;
}
</style>
border-color css
<style>
span { border-color: #125DBF; }
span { border-color: rgb(18,93,191); }
td.TdClassName
{
border-color: #125DBF;
}
.TagClassName
{
border-color: #125DBF;
}
</style>