Shades of Orient #10506D
Tints of Orient #10506D
RGB
CMYK
RGB Variations
Color information
#10506D (or 0x10506D) is known color: Orient. HEX triplet: 10, 50 and 6D. RGB value is (16,80,109). Sum of RGB (Red+Green+Blue) = 16+80+109=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 80 (31.64% from 255 or 39.02% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #10506D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10506D is #EFAF92. Grayscale: #3F3F3F. Windows color (decimal): -15708051 or 7163920. OLE color: 7163920.
HSL color Cylindrical-coordinate representation of color #10506D: hue angle of 198.71º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10506D is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 80 | 109 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.57 |
| HSL | 198.71º | 0.74% | 0.25% | - |
| HSV(B) | 198.71º | 0.85% | 0.43% | - |
| XYZ | 5.84 | 6.95 | 15.5 | - |
| YUV | 64.17 | 153.3 | 93.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 80 | 109 | 0.85 | 0.27 | 0 | 0.57 | 198.71 | 0.74 | 0.25 |
| Hex | 10 | 50 | 6D | 55 | 1B | 0 | 39 | C7 | 4A | 19 |
| Octal | 20 | 120 | 155 | 125 | 33 | 0 | 71 | 307 | 112 | 31 |
| Binary | 10000 | 1010000 | 1101101 | 1010101 | 11011 | 0 | 111001 | 11000111 | 1001010 | 11001 |
Color Harmonies of #10506D
Complementary color
Monochromatic Colors of #10506D
Black with #10506D
Text Example
Text Example
White with #10506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10506D; }
p { color: rgb(16,80,109); }
H1.HeaderClassName
{
color: #10506D;
}
.AnyTagClassName
{
color: #10506D;
}
</style>
background-color css
<style>
a { background-color: #10506D; }
a { background-color: rgb(16,80,109); }
div.DivClassName
{
background-color: #10506D;
}
.BgClassName
{
background-color: #10506D;
}
</style>
border-color css
<style>
span { border-color: #10506D; }
span { border-color: rgb(16,80,109); }
td.TdClassName
{
border-color: #10506D;
}
.TagClassName
{
border-color: #10506D;
}
</style>