Shades of Orient #13566C
Tints of Orient #13566C
RGB
CMYK
RGB Variations
Color information
#13566C (or 0x13566C) is known color: Orient. HEX triplet: 13, 56 and 6C. RGB value is (19,86,108). Sum of RGB (Red+Green+Blue) = 19+86+108=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #13566C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13566C is #ECA993. Grayscale: #444444. Windows color (decimal): -15509908 or 7099923. OLE color: 7099923.
HSL color Cylindrical-coordinate representation of color #13566C: hue angle of 194.83º 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 #13566C is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 19 | 86 | 108 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.58 |
| HSL | 194.83º | 0.7% | 0.25% | - |
| HSV(B) | 194.83º | 0.82% | 0.42% | - |
| XYZ | 6.3 | 7.88 | 15.38 | - |
| YUV | 68.48 | 150.3 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 86 | 108 | 0.82 | 0.20 | 0 | 0.58 | 194.83 | 0.7 | 0.25 |
| Hex | 13 | 56 | 6C | 52 | 14 | 0 | 3A | C3 | 46 | 19 |
| Octal | 23 | 126 | 154 | 122 | 24 | 0 | 72 | 303 | 106 | 31 |
| Binary | 10011 | 1010110 | 1101100 | 1010010 | 10100 | 0 | 111010 | 11000011 | 1000110 | 11001 |
Color Harmonies of #13566C
Complementary color
Monochromatic Colors of #13566C
Black with #13566C
Text Example
Text Example
White with #13566C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13566C; }
p { color: rgb(19,86,108); }
H1.HeaderClassName
{
color: #13566C;
}
.AnyTagClassName
{
color: #13566C;
}
</style>
background-color css
<style>
a { background-color: #13566C; }
a { background-color: rgb(19,86,108); }
div.DivClassName
{
background-color: #13566C;
}
.BgClassName
{
background-color: #13566C;
}
</style>
border-color css
<style>
span { border-color: #13566C; }
span { border-color: rgb(19,86,108); }
td.TdClassName
{
border-color: #13566C;
}
.TagClassName
{
border-color: #13566C;
}
</style>