Shades of Orient #13556C
Tints of Orient #13556C
RGB
CMYK
RGB Variations
Color information
#13556C (or 0x13556C) is known color: Orient. HEX triplet: 13, 55 and 6C. RGB value is (19,85,108). Sum of RGB (Red+Green+Blue) = 19+85+108=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #13556C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13556C is #ECAA93. Grayscale: #434343. Windows color (decimal): -15510164 or 7099667. OLE color: 7099667.
HSL color Cylindrical-coordinate representation of color #13556C: hue angle of 195.51º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13556C is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 85 | 108 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.58 |
| HSL | 195.51º | 0.7% | 0.25% | - |
| HSV(B) | 195.51º | 0.82% | 0.42% | - |
| XYZ | 6.22 | 7.72 | 15.35 | - |
| YUV | 67.89 | 150.63 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 85 | 108 | 0.82 | 0.21 | 0 | 0.58 | 195.51 | 0.7 | 0.25 |
| Hex | 13 | 55 | 6C | 52 | 15 | 0 | 3A | C4 | 46 | 19 |
| Octal | 23 | 125 | 154 | 122 | 25 | 0 | 72 | 304 | 106 | 31 |
| Binary | 10011 | 1010101 | 1101100 | 1010010 | 10101 | 0 | 111010 | 11000100 | 1000110 | 11001 |
Color Harmonies of #13556C
Complementary color
Monochromatic Colors of #13556C
Black with #13556C
Text Example
Text Example
White with #13556C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13556C; }
p { color: rgb(19,85,108); }
H1.HeaderClassName
{
color: #13556C;
}
.AnyTagClassName
{
color: #13556C;
}
</style>
background-color css
<style>
a { background-color: #13556C; }
a { background-color: rgb(19,85,108); }
div.DivClassName
{
background-color: #13556C;
}
.BgClassName
{
background-color: #13556C;
}
</style>
border-color css
<style>
span { border-color: #13556C; }
span { border-color: rgb(19,85,108); }
td.TdClassName
{
border-color: #13556C;
}
.TagClassName
{
border-color: #13556C;
}
</style>