Shades of Orient #0D597A
Tints of Orient #0D597A
RGB
CMYK
RGB Variations
Color information
#0D597A (or 0x0D597A) is known color: Orient. HEX triplet: 0D, 59 and 7A. RGB value is (13,89,122). Sum of RGB (Red+Green+Blue) = 13+89+122=224 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.80% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 122 (48.05% from 255 or 54.46% from 224); Max value from RGB is 122 - color contains mainly: blue. Hex color #0D597A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D597A is #F2A685. Grayscale: #454545. Windows color (decimal): -15902342 or 8018189. OLE color: 8018189.
HSL color Cylindrical-coordinate representation of color #0D597A: hue angle of 198.17º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D597A is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 13 | 89 | 122 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.52 |
| HSL | 198.17º | 0.81% | 0.26% | - |
| HSV(B) | 198.17º | 0.89% | 0.48% | - |
| XYZ | 7.25 | 8.64 | 19.7 | - |
| YUV | 70.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 89 | 122 | 0.89 | 0.27 | 0 | 0.52 | 198.17 | 0.81 | 0.26 |
| Hex | D | 59 | 7A | 59 | 1B | 0 | 34 | C6 | 51 | 1A |
| Octal | 15 | 131 | 172 | 131 | 33 | 0 | 64 | 306 | 121 | 32 |
| Binary | 1101 | 1011001 | 1111010 | 1011001 | 11011 | 0 | 110100 | 11000110 | 1010001 | 11010 |
Color Harmonies of #0D597A
Complementary color
Monochromatic Colors of #0D597A
Black with #0D597A
Text Example
Text Example
White with #0D597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D597A; }
p { color: rgb(13,89,122); }
H1.HeaderClassName
{
color: #0D597A;
}
.AnyTagClassName
{
color: #0D597A;
}
</style>
background-color css
<style>
a { background-color: #0D597A; }
a { background-color: rgb(13,89,122); }
div.DivClassName
{
background-color: #0D597A;
}
.BgClassName
{
background-color: #0D597A;
}
</style>
border-color css
<style>
span { border-color: #0D597A; }
span { border-color: rgb(13,89,122); }
td.TdClassName
{
border-color: #0D597A;
}
.TagClassName
{
border-color: #0D597A;
}
</style>