Shades of Orient #124F6E
Tints of Orient #124F6E
RGB
CMYK
RGB Variations
Color information
#124F6E (or 0x124F6E) is known color: Orient. HEX triplet: 12, 4F and 6E. RGB value is (18,79,110). Sum of RGB (Red+Green+Blue) = 18+79+110=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #124F6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124F6E is #EDB091. Grayscale: #404040. Windows color (decimal): -15577234 or 7229202. OLE color: 7229202.
HSL color Cylindrical-coordinate representation of color #124F6E: hue angle of 200.22º 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 #124F6E is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 79 | 110 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.57 |
| HSL | 200.22º | 0.72% | 0.25% | - |
| HSV(B) | 200.22º | 0.84% | 0.43% | - |
| XYZ | 5.86 | 6.85 | 15.76 | - |
| YUV | 64.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 79 | 110 | 0.84 | 0.28 | 0 | 0.57 | 200.22 | 0.72 | 0.25 |
| Hex | 12 | 4F | 6E | 54 | 1C | 0 | 39 | C8 | 48 | 19 |
| Octal | 22 | 117 | 156 | 124 | 34 | 0 | 71 | 310 | 110 | 31 |
| Binary | 10010 | 1001111 | 1101110 | 1010100 | 11100 | 0 | 111001 | 11001000 | 1001000 | 11001 |
Color Harmonies of #124F6E
Complementary color
Monochromatic Colors of #124F6E
Black with #124F6E
Text Example
Text Example
White with #124F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #124F6E; }
p { color: rgb(18,79,110); }
H1.HeaderClassName
{
color: #124F6E;
}
.AnyTagClassName
{
color: #124F6E;
}
</style>
background-color css
<style>
a { background-color: #124F6E; }
a { background-color: rgb(18,79,110); }
div.DivClassName
{
background-color: #124F6E;
}
.BgClassName
{
background-color: #124F6E;
}
</style>
border-color css
<style>
span { border-color: #124F6E; }
span { border-color: rgb(18,79,110); }
td.TdClassName
{
border-color: #124F6E;
}
.TagClassName
{
border-color: #124F6E;
}
</style>