Shades of Blue Stone #12565C
Tints of Blue Stone #12565C
RGB
CMYK
RGB Variations
Color information
#12565C (or 0x12565C) is known color: Blue Stone. HEX triplet: 12, 56 and 5C. RGB value is (18,86,92). Sum of RGB (Red+Green+Blue) = 18+86+92=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #12565C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12565C is #EDA9A3. Grayscale: #424242. Windows color (decimal): -15575460 or 6051346. OLE color: 6051346.
HSL color Cylindrical-coordinate representation of color #12565C: hue angle of 184.86º 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 #12565C is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 86 | 92 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.64 |
| HSL | 184.86º | 0.67% | 0.22% | - |
| HSV(B) | 184.86º | 0.8% | 0.36% | - |
| XYZ | 5.51 | 7.56 | 11.29 | - |
| YUV | 66.35 | 142.47 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 92 | 0.80 | 0.07 | 0 | 0.64 | 184.86 | 0.67 | 0.22 |
| Hex | 12 | 56 | 5C | 50 | 7 | 0 | 40 | B9 | 43 | 16 |
| Octal | 22 | 126 | 134 | 120 | 7 | 0 | 100 | 271 | 103 | 26 |
| Binary | 10010 | 1010110 | 1011100 | 1010000 | 111 | 0 | 1000000 | 10111001 | 1000011 | 10110 |
Color Harmonies of #12565C
Complementary color
Monochromatic Colors of #12565C
Black with #12565C
Text Example
Text Example
White with #12565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12565C; }
p { color: rgb(18,86,92); }
H1.HeaderClassName
{
color: #12565C;
}
.AnyTagClassName
{
color: #12565C;
}
</style>
background-color css
<style>
a { background-color: #12565C; }
a { background-color: rgb(18,86,92); }
div.DivClassName
{
background-color: #12565C;
}
.BgClassName
{
background-color: #12565C;
}
</style>
border-color css
<style>
span { border-color: #12565C; }
span { border-color: rgb(18,86,92); }
td.TdClassName
{
border-color: #12565C;
}
.TagClassName
{
border-color: #12565C;
}
</style>