Shades of Orient #13506F
Tints of Orient #13506F
RGB
CMYK
RGB Variations
Color information
#13506F (or 0x13506F) is known color: Orient. HEX triplet: 13, 50 and 6F. RGB value is (19,80,111). Sum of RGB (Red+Green+Blue) = 19+80+111=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 80 (31.64% from 255 or 38.10% 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 #13506F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13506F is #ECAF90. Grayscale: #414141. Windows color (decimal): -15511441 or 7294995. OLE color: 7294995.
HSL color Cylindrical-coordinate representation of color #13506F: hue angle of 200.22º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #13506F is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 80 | 111 | - |
| CMYK | 0.83 | 0.28 | 0 | 0.56 |
| HSL | 200.22º | 0.71% | 0.25% | - |
| HSV(B) | 200.22º | 0.83% | 0.44% | - |
| XYZ | 6.01 | 7.02 | 16.08 | - |
| YUV | 65.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 80 | 111 | 0.83 | 0.28 | 0 | 0.56 | 200.22 | 0.71 | 0.25 |
| Hex | 13 | 50 | 6F | 53 | 1C | 0 | 38 | C8 | 47 | 19 |
| Octal | 23 | 120 | 157 | 123 | 34 | 0 | 70 | 310 | 107 | 31 |
| Binary | 10011 | 1010000 | 1101111 | 1010011 | 11100 | 0 | 111000 | 11001000 | 1000111 | 11001 |
Color Harmonies of #13506F
Complementary color
Monochromatic Colors of #13506F
Black with #13506F
Text Example
Text Example
White with #13506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13506F; }
p { color: rgb(19,80,111); }
H1.HeaderClassName
{
color: #13506F;
}
.AnyTagClassName
{
color: #13506F;
}
</style>
background-color css
<style>
a { background-color: #13506F; }
a { background-color: rgb(19,80,111); }
div.DivClassName
{
background-color: #13506F;
}
.BgClassName
{
background-color: #13506F;
}
</style>
border-color css
<style>
span { border-color: #13506F; }
span { border-color: rgb(19,80,111); }
td.TdClassName
{
border-color: #13506F;
}
.TagClassName
{
border-color: #13506F;
}
</style>