Shades of Denim #125ECF
Tints of Denim #125ECF
RGB
CMYK
RGB Variations
Color information
#125ECF (or 0x125ECF) is known color: Denim. HEX triplet: 12, 5E and CF. RGB value is (18,94,207). Sum of RGB (Red+Green+Blue) = 18+94+207=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #125ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ECF is #EDA130. Grayscale: #535353. Windows color (decimal): -15573297 or 13590034. OLE color: 13590034.
HSL color Cylindrical-coordinate representation of color #125ECF: hue angle of 215.87º 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 #125ECF is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 94 | 207 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.19 |
| HSL | 215.87º | 0.84% | 0.44% | - |
| HSV(B) | 215.87º | 0.91% | 0.81% | - |
| XYZ | 15.51 | 12.64 | 60.65 | - |
| YUV | 84.16 | 197.32 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 94 | 207 | 0.91 | 0.55 | 0 | 0.19 | 215.87 | 0.84 | 0.44 |
| Hex | 12 | 5E | CF | 5B | 37 | 0 | 13 | D8 | 54 | 2C |
| Octal | 22 | 136 | 317 | 133 | 67 | 0 | 23 | 330 | 124 | 54 |
| Binary | 10010 | 1011110 | 11001111 | 1011011 | 110111 | 0 | 10011 | 11011000 | 1010100 | 101100 |
Color Harmonies of #125ECF
Complementary color
Monochromatic Colors of #125ECF
Black with #125ECF
Text Example
Text Example
White with #125ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125ECF; }
p { color: rgb(18,94,207); }
H1.HeaderClassName
{
color: #125ECF;
}
.AnyTagClassName
{
color: #125ECF;
}
</style>
background-color css
<style>
a { background-color: #125ECF; }
a { background-color: rgb(18,94,207); }
div.DivClassName
{
background-color: #125ECF;
}
.BgClassName
{
background-color: #125ECF;
}
</style>
border-color css
<style>
span { border-color: #125ECF; }
span { border-color: rgb(18,94,207); }
td.TdClassName
{
border-color: #125ECF;
}
.TagClassName
{
border-color: #125ECF;
}
</style>