Shades of Orient #10577C
Tints of Orient #10577C
RGB
CMYK
RGB Variations
Color information
#10577C (or 0x10577C) is known color: Orient. HEX triplet: 10, 57 and 7C. RGB value is (16,87,124). Sum of RGB (Red+Green+Blue) = 16+87+124=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #10577C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10577C is #EFA883. Grayscale: #454545. Windows color (decimal): -15706244 or 8148752. OLE color: 8148752.
HSL color Cylindrical-coordinate representation of color #10577C: hue angle of 200.56º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10577C is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 87 | 124 | - |
| CMYK | 0.87 | 0.30 | 0 | 0.51 |
| HSL | 200.56º | 0.77% | 0.27% | - |
| HSV(B) | 200.56º | 0.87% | 0.49% | - |
| XYZ | 7.26 | 8.38 | 20.3 | - |
| YUV | 69.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 87 | 124 | 0.87 | 0.30 | 0 | 0.51 | 200.56 | 0.77 | 0.27 |
| Hex | 10 | 57 | 7C | 57 | 1E | 0 | 33 | C9 | 4D | 1B |
| Octal | 20 | 127 | 174 | 127 | 36 | 0 | 63 | 311 | 115 | 33 |
| Binary | 10000 | 1010111 | 1111100 | 1010111 | 11110 | 0 | 110011 | 11001001 | 1001101 | 11011 |
Color Harmonies of #10577C
Complementary color
Monochromatic Colors of #10577C
Black with #10577C
Text Example
Text Example
White with #10577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10577C; }
p { color: rgb(16,87,124); }
H1.HeaderClassName
{
color: #10577C;
}
.AnyTagClassName
{
color: #10577C;
}
</style>
background-color css
<style>
a { background-color: #10577C; }
a { background-color: rgb(16,87,124); }
div.DivClassName
{
background-color: #10577C;
}
.BgClassName
{
background-color: #10577C;
}
</style>
border-color css
<style>
span { border-color: #10577C; }
span { border-color: rgb(16,87,124); }
td.TdClassName
{
border-color: #10577C;
}
.TagClassName
{
border-color: #10577C;
}
</style>