Shades of Orient #12506E
Tints of Orient #12506E
RGB
CMYK
RGB Variations
Color information
#12506E (or 0x12506E) is known color: Orient. HEX triplet: 12, 50 and 6E. RGB value is (18,80,110). Sum of RGB (Red+Green+Blue) = 18+80+110=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #12506E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12506E is #EDAF91. Grayscale: #404040. Windows color (decimal): -15576978 or 7229458. OLE color: 7229458.
HSL color Cylindrical-coordinate representation of color #12506E: hue angle of 199.57º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12506E is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 80 | 110 | - |
| CMYK | 0.84 | 0.27 | 0 | 0.57 |
| HSL | 199.57º | 0.72% | 0.25% | - |
| HSV(B) | 199.57º | 0.84% | 0.43% | - |
| XYZ | 5.93 | 6.99 | 15.79 | - |
| YUV | 64.88 | 153.46 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 110 | 0.84 | 0.27 | 0 | 0.57 | 199.57 | 0.72 | 0.25 |
| Hex | 12 | 50 | 6E | 54 | 1B | 0 | 39 | C8 | 48 | 19 |
| Octal | 22 | 120 | 156 | 124 | 33 | 0 | 71 | 310 | 110 | 31 |
| Binary | 10010 | 1010000 | 1101110 | 1010100 | 11011 | 0 | 111001 | 11001000 | 1001000 | 11001 |
Color Harmonies of #12506E
Complementary color
Monochromatic Colors of #12506E
Black with #12506E
Text Example
Text Example
White with #12506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12506E; }
p { color: rgb(18,80,110); }
H1.HeaderClassName
{
color: #12506E;
}
.AnyTagClassName
{
color: #12506E;
}
</style>
background-color css
<style>
a { background-color: #12506E; }
a { background-color: rgb(18,80,110); }
div.DivClassName
{
background-color: #12506E;
}
.BgClassName
{
background-color: #12506E;
}
</style>
border-color css
<style>
span { border-color: #12506E; }
span { border-color: rgb(18,80,110); }
td.TdClassName
{
border-color: #12506E;
}
.TagClassName
{
border-color: #12506E;
}
</style>