Shades of Orient #10567B
Tints of Orient #10567B
RGB
CMYK
RGB Variations
Color information
#10567B (or 0x10567B) is known color: Orient. HEX triplet: 10, 56 and 7B. RGB value is (16,86,123). Sum of RGB (Red+Green+Blue) = 16+86+123=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 123 (48.44% from 255 or 54.67% from 225); Max value from RGB is 123 - color contains mainly: blue. Hex color #10567B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10567B is #EFA984. Grayscale: #454545. Windows color (decimal): -15706501 or 8082960. OLE color: 8082960.
HSL color Cylindrical-coordinate representation of color #10567B: hue angle of 200.75º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10567B is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 86 | 123 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.52 |
| HSL | 200.75º | 0.77% | 0.27% | - |
| HSV(B) | 200.75º | 0.87% | 0.48% | - |
| XYZ | 7.12 | 8.2 | 19.95 | - |
| YUV | 69.29 | 158.31 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 86 | 123 | 0.87 | 0.30 | 0 | 0.52 | 200.75 | 0.77 | 0.27 |
| Hex | 10 | 56 | 7B | 57 | 1E | 0 | 34 | C9 | 4D | 1B |
| Octal | 20 | 126 | 173 | 127 | 36 | 0 | 64 | 311 | 115 | 33 |
| Binary | 10000 | 1010110 | 1111011 | 1010111 | 11110 | 0 | 110100 | 11001001 | 1001101 | 11011 |
Color Harmonies of #10567B
Complementary color
Monochromatic Colors of #10567B
Black with #10567B
Text Example
Text Example
White with #10567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10567B; }
p { color: rgb(16,86,123); }
H1.HeaderClassName
{
color: #10567B;
}
.AnyTagClassName
{
color: #10567B;
}
</style>
background-color css
<style>
a { background-color: #10567B; }
a { background-color: rgb(16,86,123); }
div.DivClassName
{
background-color: #10567B;
}
.BgClassName
{
background-color: #10567B;
}
</style>
border-color css
<style>
span { border-color: #10567B; }
span { border-color: rgb(16,86,123); }
td.TdClassName
{
border-color: #10567B;
}
.TagClassName
{
border-color: #10567B;
}
</style>