Shades of Orient #125A7D
Tints of Orient #125A7D
RGB
CMYK
RGB Variations
Color information
#125A7D (or 0x125A7D) is known color: Orient. HEX triplet: 12, 5A and 7D. RGB value is (18,90,125). Sum of RGB (Red+Green+Blue) = 18+90+125=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 125 (49.22% from 255 or 53.65% from 233); Max value from RGB is 125 - color contains mainly: blue. Hex color #125A7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125A7D is #EDA582. Grayscale: #484848. Windows color (decimal): -15574403 or 8215058. OLE color: 8215058.
HSL color Cylindrical-coordinate representation of color #125A7D: hue angle of 199.63º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #125A7D is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 90 | 125 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.51 |
| HSL | 199.63º | 0.75% | 0.28% | - |
| HSV(B) | 199.63º | 0.86% | 0.49% | - |
| XYZ | 7.61 | 8.92 | 20.72 | - |
| YUV | 72.46 | 157.65 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 90 | 125 | 0.86 | 0.28 | 0 | 0.51 | 199.63 | 0.75 | 0.28 |
| Hex | 12 | 5A | 7D | 56 | 1C | 0 | 33 | C8 | 4B | 1C |
| Octal | 22 | 132 | 175 | 126 | 34 | 0 | 63 | 310 | 113 | 34 |
| Binary | 10010 | 1011010 | 1111101 | 1010110 | 11100 | 0 | 110011 | 11001000 | 1001011 | 11100 |
Color Harmonies of #125A7D
Complementary color
Monochromatic Colors of #125A7D
Black with #125A7D
Text Example
Text Example
White with #125A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #125A7D; }
p { color: rgb(18,90,125); }
H1.HeaderClassName
{
color: #125A7D;
}
.AnyTagClassName
{
color: #125A7D;
}
</style>
background-color css
<style>
a { background-color: #125A7D; }
a { background-color: rgb(18,90,125); }
div.DivClassName
{
background-color: #125A7D;
}
.BgClassName
{
background-color: #125A7D;
}
</style>
border-color css
<style>
span { border-color: #125A7D; }
span { border-color: rgb(18,90,125); }
td.TdClassName
{
border-color: #125A7D;
}
.TagClassName
{
border-color: #125A7D;
}
</style>