Shades of Orient #0F5A77
Tints of Orient #0F5A77
RGB
CMYK
RGB Variations
Color information
#0F5A77 (or 0x0F5A77) is known color: Orient. HEX triplet: 0F, 5A and 77. RGB value is (15,90,119). Sum of RGB (Red+Green+Blue) = 15+90+119=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 119 (46.88% from 255 or 53.12% from 224); Max value from RGB is 119 - color contains mainly: blue. Hex color #0F5A77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5A77 is #F0A588. Grayscale: #464646. Windows color (decimal): -15771017 or 7821839. OLE color: 7821839.
HSL color Cylindrical-coordinate representation of color #0F5A77: hue angle of 196.73º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F5A77 is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 90 | 119 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.53 |
| HSL | 196.73º | 0.78% | 0.26% | - |
| HSV(B) | 196.73º | 0.87% | 0.47% | - |
| XYZ | 7.18 | 8.75 | 18.76 | - |
| YUV | 70.88 | 155.15 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 90 | 119 | 0.87 | 0.24 | 0 | 0.53 | 196.73 | 0.78 | 0.26 |
| Hex | F | 5A | 77 | 57 | 18 | 0 | 35 | C5 | 4E | 1A |
| Octal | 17 | 132 | 167 | 127 | 30 | 0 | 65 | 305 | 116 | 32 |
| Binary | 1111 | 1011010 | 1110111 | 1010111 | 11000 | 0 | 110101 | 11000101 | 1001110 | 11010 |
Color Harmonies of #0F5A77
Complementary color
Monochromatic Colors of #0F5A77
Black with #0F5A77
Text Example
Text Example
White with #0F5A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5A77; }
p { color: rgb(15,90,119); }
H1.HeaderClassName
{
color: #0F5A77;
}
.AnyTagClassName
{
color: #0F5A77;
}
</style>
background-color css
<style>
a { background-color: #0F5A77; }
a { background-color: rgb(15,90,119); }
div.DivClassName
{
background-color: #0F5A77;
}
.BgClassName
{
background-color: #0F5A77;
}
</style>
border-color css
<style>
span { border-color: #0F5A77; }
span { border-color: rgb(15,90,119); }
td.TdClassName
{
border-color: #0F5A77;
}
.TagClassName
{
border-color: #0F5A77;
}
</style>