Shades of Orient #10546F
Tints of Orient #10546F
RGB
CMYK
RGB Variations
Color information
#10546F (or 0x10546F) is known color: Orient. HEX triplet: 10, 54 and 6F. RGB value is (16,84,111). Sum of RGB (Red+Green+Blue) = 16+84+111=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #10546F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10546F is #EFAB90. Grayscale: #424242. Windows color (decimal): -15707025 or 7296016. OLE color: 7296016.
HSL color Cylindrical-coordinate representation of color #10546F: hue angle of 197.05º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10546F is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 84 | 111 | - |
| CMYK | 0.86 | 0.24 | 0 | 0.56 |
| HSL | 197.05º | 0.75% | 0.25% | - |
| HSV(B) | 197.05º | 0.86% | 0.44% | - |
| XYZ | 6.25 | 7.6 | 16.18 | - |
| YUV | 66.75 | 152.97 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 84 | 111 | 0.86 | 0.24 | 0 | 0.56 | 197.05 | 0.75 | 0.25 |
| Hex | 10 | 54 | 6F | 56 | 18 | 0 | 38 | C5 | 4B | 19 |
| Octal | 20 | 124 | 157 | 126 | 30 | 0 | 70 | 305 | 113 | 31 |
| Binary | 10000 | 1010100 | 1101111 | 1010110 | 11000 | 0 | 111000 | 11000101 | 1001011 | 11001 |
Color Harmonies of #10546F
Complementary color
Monochromatic Colors of #10546F
Black with #10546F
Text Example
Text Example
White with #10546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10546F; }
p { color: rgb(16,84,111); }
H1.HeaderClassName
{
color: #10546F;
}
.AnyTagClassName
{
color: #10546F;
}
</style>
background-color css
<style>
a { background-color: #10546F; }
a { background-color: rgb(16,84,111); }
div.DivClassName
{
background-color: #10546F;
}
.BgClassName
{
background-color: #10546F;
}
</style>
border-color css
<style>
span { border-color: #10546F; }
span { border-color: rgb(16,84,111); }
td.TdClassName
{
border-color: #10546F;
}
.TagClassName
{
border-color: #10546F;
}
</style>