Shades of Blue Stone #12625C
Tints of Blue Stone #12625C
RGB
CMYK
RGB Variations
Color information
#12625C (or 0x12625C) is known color: Blue Stone. HEX triplet: 12, 62 and 5C. RGB value is (18,98,92). Sum of RGB (Red+Green+Blue) = 18+98+92=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 98 (38.67% from 255 or 47.12% from 208); Blue value is 92 (36.33% from 255 or 44.23% from 208); Max value from RGB is 98 - color contains mainly: green. Hex color #12625C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12625C is #ED9DA3. Grayscale: #494949. Windows color (decimal): -15572388 or 6054418. OLE color: 6054418.
HSL color Cylindrical-coordinate representation of color #12625C: hue angle of 175.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #12625C is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 98 | 92 | - |
| CMYK | 0.82 | 0 | 0.06 | 0.62 |
| HSL | 175.5º | 0.69% | 0.23% | - |
| HSV(B) | 175.5º | 0.82% | 0.38% | - |
| XYZ | 6.55 | 9.64 | 11.64 | - |
| YUV | 73.4 | 138.5 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 98 | 92 | 0.82 | 0 | 0.06 | 0.62 | 175.5 | 0.69 | 0.23 |
| Hex | 12 | 62 | 5C | 52 | 0 | 6 | 3E | B0 | 45 | 17 |
| Octal | 22 | 142 | 134 | 122 | 0 | 6 | 76 | 260 | 105 | 27 |
| Binary | 10010 | 1100010 | 1011100 | 1010010 | 0 | 110 | 111110 | 10110000 | 1000101 | 10111 |
Color Harmonies of #12625C
Complementary color
Monochromatic Colors of #12625C
Black with #12625C
Text Example
Text Example
White with #12625C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12625C; }
p { color: rgb(18,98,92); }
H1.HeaderClassName
{
color: #12625C;
}
.AnyTagClassName
{
color: #12625C;
}
</style>
background-color css
<style>
a { background-color: #12625C; }
a { background-color: rgb(18,98,92); }
div.DivClassName
{
background-color: #12625C;
}
.BgClassName
{
background-color: #12625C;
}
</style>
border-color css
<style>
span { border-color: #12625C; }
span { border-color: rgb(18,98,92); }
td.TdClassName
{
border-color: #12625C;
}
.TagClassName
{
border-color: #12625C;
}
</style>