Shades of Blue Stone #125464
Tints of Blue Stone #125464
RGB
CMYK
RGB Variations
Color information
#125464 (or 0x125464) is known color: Blue Stone. HEX triplet: 12, 54 and 64. RGB value is (18,84,100). Sum of RGB (Red+Green+Blue) = 18+84+100=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 100 (39.45% from 255 or 49.50% from 202); Max value from RGB is 100 - color contains mainly: blue. Hex color #125464 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125464 is #EDAB9B. Grayscale: #414141. Windows color (decimal): -15575964 or 6575122. OLE color: 6575122.
HSL color Cylindrical-coordinate representation of color #125464: hue angle of 191.71º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #125464 is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 84 | 100 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.61 |
| HSL | 191.71º | 0.69% | 0.23% | - |
| HSV(B) | 191.71º | 0.82% | 0.39% | - |
| XYZ | 5.72 | 7.39 | 13.18 | - |
| YUV | 66.09 | 147.13 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 84 | 100 | 0.82 | 0.16 | 0 | 0.61 | 191.71 | 0.69 | 0.23 |
| Hex | 12 | 54 | 64 | 52 | 10 | 0 | 3D | C0 | 45 | 17 |
| Octal | 22 | 124 | 144 | 122 | 20 | 0 | 75 | 300 | 105 | 27 |
| Binary | 10010 | 1010100 | 1100100 | 1010010 | 10000 | 0 | 111101 | 11000000 | 1000101 | 10111 |
Color Harmonies of #125464
Complementary color
Monochromatic Colors of #125464
Black with #125464
Text Example
Text Example
White with #125464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125464; }
p { color: rgb(18,84,100); }
H1.HeaderClassName
{
color: #125464;
}
.AnyTagClassName
{
color: #125464;
}
</style>
background-color css
<style>
a { background-color: #125464; }
a { background-color: rgb(18,84,100); }
div.DivClassName
{
background-color: #125464;
}
.BgClassName
{
background-color: #125464;
}
</style>
border-color css
<style>
span { border-color: #125464; }
span { border-color: rgb(18,84,100); }
td.TdClassName
{
border-color: #125464;
}
.TagClassName
{
border-color: #125464;
}
</style>