Shades of Blue Stone #125B5C
Tints of Blue Stone #125B5C
RGB
CMYK
RGB Variations
Color information
#125B5C (or 0x125B5C) is known color: Blue Stone. HEX triplet: 12, 5B and 5C. RGB value is (18,91,92). Sum of RGB (Red+Green+Blue) = 18+91+92=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 92 - color contains mainly: blue. Hex color #125B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125B5C is #EDA4A3. Grayscale: #454545. Windows color (decimal): -15574180 or 6052626. OLE color: 6052626.
HSL color Cylindrical-coordinate representation of color #125B5C: hue angle of 180.81º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B5C is Cyan = 0.80, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 91 | 92 | - |
| CMYK | 0.80 | 0.01 | 0 | 0.64 |
| HSL | 180.81º | 0.67% | 0.22% | - |
| HSV(B) | 180.81º | 0.8% | 0.36% | - |
| XYZ | 5.92 | 8.38 | 11.43 | - |
| YUV | 69.29 | 140.82 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 91 | 92 | 0.80 | 0.01 | 0 | 0.64 | 180.81 | 0.67 | 0.22 |
| Hex | 12 | 5B | 5C | 50 | 1 | 0 | 40 | B5 | 43 | 16 |
| Octal | 22 | 133 | 134 | 120 | 1 | 0 | 100 | 265 | 103 | 26 |
| Binary | 10010 | 1011011 | 1011100 | 1010000 | 1 | 0 | 1000000 | 10110101 | 1000011 | 10110 |
Color Harmonies of #125B5C
Complementary color
Monochromatic Colors of #125B5C
Black with #125B5C
Text Example
Text Example
White with #125B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125B5C; }
p { color: rgb(18,91,92); }
H1.HeaderClassName
{
color: #125B5C;
}
.AnyTagClassName
{
color: #125B5C;
}
</style>
background-color css
<style>
a { background-color: #125B5C; }
a { background-color: rgb(18,91,92); }
div.DivClassName
{
background-color: #125B5C;
}
.BgClassName
{
background-color: #125B5C;
}
</style>
border-color css
<style>
span { border-color: #125B5C; }
span { border-color: rgb(18,91,92); }
td.TdClassName
{
border-color: #125B5C;
}
.TagClassName
{
border-color: #125B5C;
}
</style>