Shades of Blue Stone #125C67
Tints of Blue Stone #125C67
RGB
CMYK
RGB Variations
Color information
#125C67 (or 0x125C67) is known color: Blue Stone. HEX triplet: 12, 5C and 67. RGB value is (18,92,103). Sum of RGB (Red+Green+Blue) = 18+92+103=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #125C67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125C67 is #EDA398. Grayscale: #474747. Windows color (decimal): -15573913 or 6773778. OLE color: 6773778.
HSL color Cylindrical-coordinate representation of color #125C67: hue angle of 187.76º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #125C67 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 92 | 103 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.60 |
| HSL | 187.76º | 0.7% | 0.24% | - |
| HSV(B) | 187.76º | 0.83% | 0.4% | - |
| XYZ | 6.52 | 8.76 | 14.18 | - |
| YUV | 71.13 | 145.98 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 92 | 103 | 0.83 | 0.11 | 0 | 0.60 | 187.76 | 0.7 | 0.24 |
| Hex | 12 | 5C | 67 | 53 | B | 0 | 3C | BC | 46 | 18 |
| Octal | 22 | 134 | 147 | 123 | 13 | 0 | 74 | 274 | 106 | 30 |
| Binary | 10010 | 1011100 | 1100111 | 1010011 | 1011 | 0 | 111100 | 10111100 | 1000110 | 11000 |
Color Harmonies of #125C67
Complementary color
Monochromatic Colors of #125C67
Black with #125C67
Text Example
Text Example
White with #125C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125C67; }
p { color: rgb(18,92,103); }
H1.HeaderClassName
{
color: #125C67;
}
.AnyTagClassName
{
color: #125C67;
}
</style>
background-color css
<style>
a { background-color: #125C67; }
a { background-color: rgb(18,92,103); }
div.DivClassName
{
background-color: #125C67;
}
.BgClassName
{
background-color: #125C67;
}
</style>
border-color css
<style>
span { border-color: #125C67; }
span { border-color: rgb(18,92,103); }
td.TdClassName
{
border-color: #125C67;
}
.TagClassName
{
border-color: #125C67;
}
</style>