Shades of Orient #12506D
Tints of Orient #12506D
RGB
CMYK
RGB Variations
Color information
#12506D (or 0x12506D) is known color: Orient. HEX triplet: 12, 50 and 6D. RGB value is (18,80,109). Sum of RGB (Red+Green+Blue) = 18+80+109=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 109 (42.97% from 255 or 52.66% from 207); Max value from RGB is 109 - color contains mainly: blue. Hex color #12506D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12506D is #EDAF92. Grayscale: #404040. Windows color (decimal): -15576979 or 7163922. OLE color: 7163922.
HSL color Cylindrical-coordinate representation of color #12506D: hue angle of 199.12º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12506D is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 80 | 109 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.57 |
| HSL | 199.12º | 0.72% | 0.25% | - |
| HSV(B) | 199.12º | 0.83% | 0.43% | - |
| XYZ | 5.88 | 6.97 | 15.5 | - |
| YUV | 64.77 | 152.96 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 80 | 109 | 0.83 | 0.27 | 0 | 0.57 | 199.12 | 0.72 | 0.25 |
| Hex | 12 | 50 | 6D | 53 | 1B | 0 | 39 | C7 | 48 | 19 |
| Octal | 22 | 120 | 155 | 123 | 33 | 0 | 71 | 307 | 110 | 31 |
| Binary | 10010 | 1010000 | 1101101 | 1010011 | 11011 | 0 | 111001 | 11000111 | 1001000 | 11001 |
Color Harmonies of #12506D
Complementary color
Monochromatic Colors of #12506D
Black with #12506D
Text Example
Text Example
White with #12506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12506D; }
p { color: rgb(18,80,109); }
H1.HeaderClassName
{
color: #12506D;
}
.AnyTagClassName
{
color: #12506D;
}
</style>
background-color css
<style>
a { background-color: #12506D; }
a { background-color: rgb(18,80,109); }
div.DivClassName
{
background-color: #12506D;
}
.BgClassName
{
background-color: #12506D;
}
</style>
border-color css
<style>
span { border-color: #12506D; }
span { border-color: rgb(18,80,109); }
td.TdClassName
{
border-color: #12506D;
}
.TagClassName
{
border-color: #12506D;
}
</style>