Shades of Orient #10526C
Tints of Orient #10526C
RGB
CMYK
RGB Variations
Color information
#10526C (or 0x10526C) is known color: Orient. HEX triplet: 10, 52 and 6C. RGB value is (16,82,108). Sum of RGB (Red+Green+Blue) = 16+82+108=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #10526C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10526C is #EFAD93. Grayscale: #414141. Windows color (decimal): -15707540 or 7098896. OLE color: 7098896.
HSL color Cylindrical-coordinate representation of color #10526C: hue angle of 196.96º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10526C is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 82 | 108 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.58 |
| HSL | 196.96º | 0.74% | 0.24% | - |
| HSV(B) | 196.96º | 0.85% | 0.42% | - |
| XYZ | 5.94 | 7.23 | 15.27 | - |
| YUV | 65.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 82 | 108 | 0.85 | 0.24 | 0 | 0.58 | 196.96 | 0.74 | 0.24 |
| Hex | 10 | 52 | 6C | 55 | 18 | 0 | 3A | C5 | 4A | 18 |
| Octal | 20 | 122 | 154 | 125 | 30 | 0 | 72 | 305 | 112 | 30 |
| Binary | 10000 | 1010010 | 1101100 | 1010101 | 11000 | 0 | 111010 | 11000101 | 1001010 | 11000 |
Color Harmonies of #10526C
Complementary color
Monochromatic Colors of #10526C
Black with #10526C
Text Example
Text Example
White with #10526C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10526C; }
p { color: rgb(16,82,108); }
H1.HeaderClassName
{
color: #10526C;
}
.AnyTagClassName
{
color: #10526C;
}
</style>
background-color css
<style>
a { background-color: #10526C; }
a { background-color: rgb(16,82,108); }
div.DivClassName
{
background-color: #10526C;
}
.BgClassName
{
background-color: #10526C;
}
</style>
border-color css
<style>
span { border-color: #10526C; }
span { border-color: rgb(16,82,108); }
td.TdClassName
{
border-color: #10526C;
}
.TagClassName
{
border-color: #10526C;
}
</style>