Shades of Orient #12566F
Tints of Orient #12566F
RGB
CMYK
RGB Variations
Color information
#12566F (or 0x12566F) is known color: Orient. HEX triplet: 12, 56 and 6F. RGB value is (18,86,111). Sum of RGB (Red+Green+Blue) = 18+86+111=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #12566F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12566F is #EDA990. Grayscale: #444444. Windows color (decimal): -15575441 or 7296530. OLE color: 7296530.
HSL color Cylindrical-coordinate representation of color #12566F: hue angle of 196.13º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12566F is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 86 | 111 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.56 |
| HSL | 196.13º | 0.72% | 0.25% | - |
| HSV(B) | 196.13º | 0.84% | 0.44% | - |
| XYZ | 6.45 | 7.93 | 16.23 | - |
| YUV | 68.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 86 | 111 | 0.84 | 0.23 | 0 | 0.56 | 196.13 | 0.72 | 0.25 |
| Hex | 12 | 56 | 6F | 54 | 17 | 0 | 38 | C4 | 48 | 19 |
| Octal | 22 | 126 | 157 | 124 | 27 | 0 | 70 | 304 | 110 | 31 |
| Binary | 10010 | 1010110 | 1101111 | 1010100 | 10111 | 0 | 111000 | 11000100 | 1001000 | 11001 |
Color Harmonies of #12566F
Complementary color
Monochromatic Colors of #12566F
Black with #12566F
Text Example
Text Example
White with #12566F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12566F; }
p { color: rgb(18,86,111); }
H1.HeaderClassName
{
color: #12566F;
}
.AnyTagClassName
{
color: #12566F;
}
</style>
background-color css
<style>
a { background-color: #12566F; }
a { background-color: rgb(18,86,111); }
div.DivClassName
{
background-color: #12566F;
}
.BgClassName
{
background-color: #12566F;
}
</style>
border-color css
<style>
span { border-color: #12566F; }
span { border-color: rgb(18,86,111); }
td.TdClassName
{
border-color: #12566F;
}
.TagClassName
{
border-color: #12566F;
}
</style>