Shades of Orient #125A73
Tints of Orient #125A73
RGB
CMYK
RGB Variations
Color information
#125A73 (or 0x125A73) is known color: Orient. HEX triplet: 12, 5A and 73. RGB value is (18,90,115). Sum of RGB (Red+Green+Blue) = 18+90+115=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #125A73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A73 is #EDA58C. Grayscale: #474747. Windows color (decimal): -15574413 or 7559698. OLE color: 7559698.
HSL color Cylindrical-coordinate representation of color #125A73: hue angle of 195.46º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #125A73 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 90 | 115 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.55 |
| HSL | 195.46º | 0.73% | 0.26% | - |
| HSV(B) | 195.46º | 0.84% | 0.45% | - |
| XYZ | 7 | 8.68 | 17.53 | - |
| YUV | 71.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 115 | 0.84 | 0.22 | 0 | 0.55 | 195.46 | 0.73 | 0.26 |
| Hex | 12 | 5A | 73 | 54 | 16 | 0 | 37 | C3 | 49 | 1A |
| Octal | 22 | 132 | 163 | 124 | 26 | 0 | 67 | 303 | 111 | 32 |
| Binary | 10010 | 1011010 | 1110011 | 1010100 | 10110 | 0 | 110111 | 11000011 | 1001001 | 11010 |
Color Harmonies of #125A73
Complementary color
Monochromatic Colors of #125A73
Black with #125A73
Text Example
Text Example
White with #125A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A73; }
p { color: rgb(18,90,115); }
H1.HeaderClassName
{
color: #125A73;
}
.AnyTagClassName
{
color: #125A73;
}
</style>
background-color css
<style>
a { background-color: #125A73; }
a { background-color: rgb(18,90,115); }
div.DivClassName
{
background-color: #125A73;
}
.BgClassName
{
background-color: #125A73;
}
</style>
border-color css
<style>
span { border-color: #125A73; }
span { border-color: rgb(18,90,115); }
td.TdClassName
{
border-color: #125A73;
}
.TagClassName
{
border-color: #125A73;
}
</style>