Shades of Orient #12526C
Tints of Orient #12526C
RGB
CMYK
RGB Variations
Color information
#12526C (or 0x12526C) is known color: Orient. HEX triplet: 12, 52 and 6C. RGB value is (18,82,108). Sum of RGB (Red+Green+Blue) = 18+82+108=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #12526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12526C is #EDAD93. Grayscale: #414141. Windows color (decimal): -15576468 or 7098898. OLE color: 7098898.
HSL color Cylindrical-coordinate representation of color #12526C: hue angle of 197.33º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #12526C is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 18 | 82 | 108 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.58 |
| HSL | 197.33º | 0.71% | 0.25% | - |
| HSV(B) | 197.33º | 0.83% | 0.42% | - |
| XYZ | 5.97 | 7.25 | 15.27 | - |
| YUV | 65.83 | 151.8 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 82 | 108 | 0.83 | 0.24 | 0 | 0.58 | 197.33 | 0.71 | 0.25 |
| Hex | 12 | 52 | 6C | 53 | 18 | 0 | 3A | C5 | 47 | 19 |
| Octal | 22 | 122 | 154 | 123 | 30 | 0 | 72 | 305 | 107 | 31 |
| Binary | 10010 | 1010010 | 1101100 | 1010011 | 11000 | 0 | 111010 | 11000101 | 1000111 | 11001 |
Color Harmonies of #12526C
Complementary color
Monochromatic Colors of #12526C
Black with #12526C
Text Example
Text Example
White with #12526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12526C; }
p { color: rgb(18,82,108); }
H1.HeaderClassName
{
color: #12526C;
}
.AnyTagClassName
{
color: #12526C;
}
</style>
background-color css
<style>
a { background-color: #12526C; }
a { background-color: rgb(18,82,108); }
div.DivClassName
{
background-color: #12526C;
}
.BgClassName
{
background-color: #12526C;
}
</style>
border-color css
<style>
span { border-color: #12526C; }
span { border-color: rgb(18,82,108); }
td.TdClassName
{
border-color: #12526C;
}
.TagClassName
{
border-color: #12526C;
}
</style>