Shades of Orient #10536F
Tints of Orient #10536F
RGB
CMYK
RGB Variations
Color information
#10536F (or 0x10536F) is known color: Orient. HEX triplet: 10, 53 and 6F. RGB value is (16,83,111). Sum of RGB (Red+Green+Blue) = 16+83+111=210 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.62% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 111 (43.75% from 255 or 52.86% from 210); Max value from RGB is 111 - color contains mainly: blue. Hex color #10536F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10536F is #EFAC90. Grayscale: #414141. Windows color (decimal): -15707281 or 7295760. OLE color: 7295760.
HSL color Cylindrical-coordinate representation of color #10536F: hue angle of 197.68º 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 #10536F is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 83 | 111 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.56 |
| HSL | 197.68º | 0.75% | 0.25% | - |
| HSV(B) | 197.68º | 0.86% | 0.44% | - |
| XYZ | 6.18 | 7.44 | 16.15 | - |
| YUV | 66.16 | 153.3 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 83 | 111 | 0.86 | 0.25 | 0 | 0.56 | 197.68 | 0.75 | 0.25 |
| Hex | 10 | 53 | 6F | 56 | 19 | 0 | 38 | C6 | 4B | 19 |
| Octal | 20 | 123 | 157 | 126 | 31 | 0 | 70 | 306 | 113 | 31 |
| Binary | 10000 | 1010011 | 1101111 | 1010110 | 11001 | 0 | 111000 | 11000110 | 1001011 | 11001 |
Color Harmonies of #10536F
Complementary color
Monochromatic Colors of #10536F
Black with #10536F
Text Example
Text Example
White with #10536F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10536F; }
p { color: rgb(16,83,111); }
H1.HeaderClassName
{
color: #10536F;
}
.AnyTagClassName
{
color: #10536F;
}
</style>
background-color css
<style>
a { background-color: #10536F; }
a { background-color: rgb(16,83,111); }
div.DivClassName
{
background-color: #10536F;
}
.BgClassName
{
background-color: #10536F;
}
</style>
border-color css
<style>
span { border-color: #10536F; }
span { border-color: rgb(16,83,111); }
td.TdClassName
{
border-color: #10536F;
}
.TagClassName
{
border-color: #10536F;
}
</style>