Shades of Orient #0F5A7A
Tints of Orient #0F5A7A
RGB
CMYK
RGB Variations
Color information
#0F5A7A (or 0x0F5A7A) is known color: Orient. HEX triplet: 0F, 5A and 7A. RGB value is (15,90,122). Sum of RGB (Red+Green+Blue) = 15+90+122=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F5A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5A7A is #F0A585. Grayscale: #474747. Windows color (decimal): -15771014 or 8018447. OLE color: 8018447.
HSL color Cylindrical-coordinate representation of color #0F5A7A: hue angle of 197.94º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F5A7A is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 90 | 122 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.52 |
| HSL | 197.94º | 0.78% | 0.27% | - |
| HSV(B) | 197.94º | 0.88% | 0.48% | - |
| XYZ | 7.37 | 8.82 | 19.73 | - |
| YUV | 71.22 | 156.65 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 90 | 122 | 0.88 | 0.26 | 0 | 0.52 | 197.94 | 0.78 | 0.27 |
| Hex | F | 5A | 7A | 58 | 1A | 0 | 34 | C6 | 4E | 1B |
| Octal | 17 | 132 | 172 | 130 | 32 | 0 | 64 | 306 | 116 | 33 |
| Binary | 1111 | 1011010 | 1111010 | 1011000 | 11010 | 0 | 110100 | 11000110 | 1001110 | 11011 |
Color Harmonies of #0F5A7A
Complementary color
Monochromatic Colors of #0F5A7A
Black with #0F5A7A
Text Example
Text Example
White with #0F5A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5A7A; }
p { color: rgb(15,90,122); }
H1.HeaderClassName
{
color: #0F5A7A;
}
.AnyTagClassName
{
color: #0F5A7A;
}
</style>
background-color css
<style>
a { background-color: #0F5A7A; }
a { background-color: rgb(15,90,122); }
div.DivClassName
{
background-color: #0F5A7A;
}
.BgClassName
{
background-color: #0F5A7A;
}
</style>
border-color css
<style>
span { border-color: #0F5A7A; }
span { border-color: rgb(15,90,122); }
td.TdClassName
{
border-color: #0F5A7A;
}
.TagClassName
{
border-color: #0F5A7A;
}
</style>