Shades of Orient #12587C
Tints of Orient #12587C
RGB
CMYK
RGB Variations
Color information
#12587C (or 0x12587C) is known color: Orient. HEX triplet: 12, 58 and 7C. RGB value is (18,88,124). Sum of RGB (Red+Green+Blue) = 18+88+124=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #12587C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12587C is #EDA783. Grayscale: #464646. Windows color (decimal): -15574916 or 8149010. OLE color: 8149010.
HSL color Cylindrical-coordinate representation of color #12587C: hue angle of 200.38º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12587C is Cyan = 0.85, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 88 | 124 | - |
| CMYK | 0.85 | 0.29 | 0 | 0.51 |
| HSL | 200.38º | 0.75% | 0.28% | - |
| HSV(B) | 200.38º | 0.85% | 0.49% | - |
| XYZ | 7.38 | 8.56 | 20.33 | - |
| YUV | 71.17 | 157.81 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 88 | 124 | 0.85 | 0.29 | 0 | 0.51 | 200.38 | 0.75 | 0.28 |
| Hex | 12 | 58 | 7C | 55 | 1D | 0 | 33 | C8 | 4B | 1C |
| Octal | 22 | 130 | 174 | 125 | 35 | 0 | 63 | 310 | 113 | 34 |
| Binary | 10010 | 1011000 | 1111100 | 1010101 | 11101 | 0 | 110011 | 11001000 | 1001011 | 11100 |
Color Harmonies of #12587C
Complementary color
Monochromatic Colors of #12587C
Black with #12587C
Text Example
Text Example
White with #12587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12587C; }
p { color: rgb(18,88,124); }
H1.HeaderClassName
{
color: #12587C;
}
.AnyTagClassName
{
color: #12587C;
}
</style>
background-color css
<style>
a { background-color: #12587C; }
a { background-color: rgb(18,88,124); }
div.DivClassName
{
background-color: #12587C;
}
.BgClassName
{
background-color: #12587C;
}
</style>
border-color css
<style>
span { border-color: #12587C; }
span { border-color: rgb(18,88,124); }
td.TdClassName
{
border-color: #12587C;
}
.TagClassName
{
border-color: #12587C;
}
</style>