Shades of Blue Stone #125360
Tints of Blue Stone #125360
RGB
CMYK
RGB Variations
Color information
#125360 (or 0x125360) is known color: Blue Stone. HEX triplet: 12, 53 and 60. RGB value is (18,83,96). Sum of RGB (Red+Green+Blue) = 18+83+96=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 83 (32.81% from 255 or 42.13% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #125360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125360 is #EDAC9F. Grayscale: #404040. Windows color (decimal): -15576224 or 6312722. OLE color: 6312722.
HSL color Cylindrical-coordinate representation of color #125360: hue angle of 190º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #125360 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 83 | 96 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.62 |
| HSL | 190º | 0.68% | 0.22% | - |
| HSV(B) | 190º | 0.81% | 0.38% | - |
| XYZ | 5.45 | 7.16 | 12.16 | - |
| YUV | 65.05 | 145.47 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 83 | 96 | 0.81 | 0.14 | 0 | 0.62 | 190 | 0.68 | 0.22 |
| Hex | 12 | 53 | 60 | 51 | E | 0 | 3E | BE | 44 | 16 |
| Octal | 22 | 123 | 140 | 121 | 16 | 0 | 76 | 276 | 104 | 26 |
| Binary | 10010 | 1010011 | 1100000 | 1010001 | 1110 | 0 | 111110 | 10111110 | 1000100 | 10110 |
Color Harmonies of #125360
Complementary color
Monochromatic Colors of #125360
Black with #125360
Text Example
Text Example
White with #125360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125360; }
p { color: rgb(18,83,96); }
H1.HeaderClassName
{
color: #125360;
}
.AnyTagClassName
{
color: #125360;
}
</style>
background-color css
<style>
a { background-color: #125360; }
a { background-color: rgb(18,83,96); }
div.DivClassName
{
background-color: #125360;
}
.BgClassName
{
background-color: #125360;
}
</style>
border-color css
<style>
span { border-color: #125360; }
span { border-color: rgb(18,83,96); }
td.TdClassName
{
border-color: #125360;
}
.TagClassName
{
border-color: #125360;
}
</style>