Shades of Blue Stone #12555B
Tints of Blue Stone #12555B
RGB
CMYK
RGB Variations
Color information
#12555B (or 0x12555B) is known color: Blue Stone. HEX triplet: 12, 55 and 5B. RGB value is (18,85,91). Sum of RGB (Red+Green+Blue) = 18+85+91=194 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.28% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 91 (35.94% from 255 or 46.91% from 194); Max value from RGB is 91 - color contains mainly: blue. Hex color #12555B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12555B is #EDAAA4. Grayscale: #414141. Windows color (decimal): -15575717 or 5985554. OLE color: 5985554.
HSL color Cylindrical-coordinate representation of color #12555B: hue angle of 184.93º 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 #12555B is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 85 | 91 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.64 |
| HSL | 184.93º | 0.67% | 0.21% | - |
| HSV(B) | 184.93º | 0.8% | 0.36% | - |
| XYZ | 5.39 | 7.38 | 11.04 | - |
| YUV | 65.65 | 142.3 | 94.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 85 | 91 | 0.80 | 0.07 | 0 | 0.64 | 184.93 | 0.67 | 0.21 |
| Hex | 12 | 55 | 5B | 50 | 7 | 0 | 40 | B9 | 43 | 15 |
| Octal | 22 | 125 | 133 | 120 | 7 | 0 | 100 | 271 | 103 | 25 |
| Binary | 10010 | 1010101 | 1011011 | 1010000 | 111 | 0 | 1000000 | 10111001 | 1000011 | 10101 |
Color Harmonies of #12555B
Complementary color
Monochromatic Colors of #12555B
Black with #12555B
Text Example
Text Example
White with #12555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12555B; }
p { color: rgb(18,85,91); }
H1.HeaderClassName
{
color: #12555B;
}
.AnyTagClassName
{
color: #12555B;
}
</style>
background-color css
<style>
a { background-color: #12555B; }
a { background-color: rgb(18,85,91); }
div.DivClassName
{
background-color: #12555B;
}
.BgClassName
{
background-color: #12555B;
}
</style>
border-color css
<style>
span { border-color: #12555B; }
span { border-color: rgb(18,85,91); }
td.TdClassName
{
border-color: #12555B;
}
.TagClassName
{
border-color: #12555B;
}
</style>