Shades of Blue Stone #12565B
Tints of Blue Stone #12565B
RGB
CMYK
RGB Variations
Color information
#12565B (or 0x12565B) is known color: Blue Stone. HEX triplet: 12, 56 and 5B. RGB value is (18,86,91). Sum of RGB (Red+Green+Blue) = 18+86+91=195 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.23% from 195); Green value is 86 (33.98% from 255 or 44.10% from 195); Blue value is 91 (35.94% from 255 or 46.67% from 195); Max value from RGB is 91 - color contains mainly: blue. Hex color #12565B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12565B is #EDA9A4. Grayscale: #424242. Windows color (decimal): -15575461 or 5985810. OLE color: 5985810.
HSL color Cylindrical-coordinate representation of color #12565B: hue angle of 184.11º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #12565B is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 86 | 91 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.64 |
| HSL | 184.11º | 0.67% | 0.21% | - |
| HSV(B) | 184.11º | 0.8% | 0.36% | - |
| XYZ | 5.47 | 7.54 | 11.06 | - |
| YUV | 66.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 91 | 0.80 | 0.05 | 0 | 0.64 | 184.11 | 0.67 | 0.21 |
| Hex | 12 | 56 | 5B | 50 | 5 | 0 | 40 | B8 | 43 | 15 |
| Octal | 22 | 126 | 133 | 120 | 5 | 0 | 100 | 270 | 103 | 25 |
| Binary | 10010 | 1010110 | 1011011 | 1010000 | 101 | 0 | 1000000 | 10111000 | 1000011 | 10101 |
Color Harmonies of #12565B
Complementary color
Monochromatic Colors of #12565B
Black with #12565B
Text Example
Text Example
White with #12565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12565B; }
p { color: rgb(18,86,91); }
H1.HeaderClassName
{
color: #12565B;
}
.AnyTagClassName
{
color: #12565B;
}
</style>
background-color css
<style>
a { background-color: #12565B; }
a { background-color: rgb(18,86,91); }
div.DivClassName
{
background-color: #12565B;
}
.BgClassName
{
background-color: #12565B;
}
</style>
border-color css
<style>
span { border-color: #12565B; }
span { border-color: rgb(18,86,91); }
td.TdClassName
{
border-color: #12565B;
}
.TagClassName
{
border-color: #12565B;
}
</style>