Shades of Orient #0F5575
Tints of Orient #0F5575
RGB
CMYK
RGB Variations
Color information
#0F5575 (or 0x0F5575) is known color: Orient. HEX triplet: 0F, 55 and 75. RGB value is (15,85,117). Sum of RGB (Red+Green+Blue) = 15+85+117=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F5575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5575 is #F0AA8A. Grayscale: #434343. Windows color (decimal): -15772299 or 7689487. OLE color: 7689487.
HSL color Cylindrical-coordinate representation of color #0F5575: hue angle of 198.82º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F5575 is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 15 | 85 | 117 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.54 |
| HSL | 198.82º | 0.77% | 0.26% | - |
| HSV(B) | 198.82º | 0.87% | 0.46% | - |
| XYZ | 6.66 | 7.88 | 18 | - |
| YUV | 67.72 | 155.81 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 85 | 117 | 0.87 | 0.27 | 0 | 0.54 | 198.82 | 0.77 | 0.26 |
| Hex | F | 55 | 75 | 57 | 1B | 0 | 36 | C7 | 4D | 1A |
| Octal | 17 | 125 | 165 | 127 | 33 | 0 | 66 | 307 | 115 | 32 |
| Binary | 1111 | 1010101 | 1110101 | 1010111 | 11011 | 0 | 110110 | 11000111 | 1001101 | 11010 |
Color Harmonies of #0F5575
Complementary color
Monochromatic Colors of #0F5575
Black with #0F5575
Text Example
Text Example
White with #0F5575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5575; }
p { color: rgb(15,85,117); }
H1.HeaderClassName
{
color: #0F5575;
}
.AnyTagClassName
{
color: #0F5575;
}
</style>
background-color css
<style>
a { background-color: #0F5575; }
a { background-color: rgb(15,85,117); }
div.DivClassName
{
background-color: #0F5575;
}
.BgClassName
{
background-color: #0F5575;
}
</style>
border-color css
<style>
span { border-color: #0F5575; }
span { border-color: rgb(15,85,117); }
td.TdClassName
{
border-color: #0F5575;
}
.TagClassName
{
border-color: #0F5575;
}
</style>