Shades of Orient #0F5B7B
Tints of Orient #0F5B7B
RGB
CMYK
RGB Variations
Color information
#0F5B7B (or 0x0F5B7B) is known color: Orient. HEX triplet: 0F, 5B and 7B. RGB value is (15,91,123). Sum of RGB (Red+Green+Blue) = 15+91+123=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F5B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5B7B is #F0A484. Grayscale: #474747. Windows color (decimal): -15770757 or 8084239. OLE color: 8084239.
HSL color Cylindrical-coordinate representation of color #0F5B7B: hue angle of 197.78º 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 #0F5B7B is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 91 | 123 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.52 |
| HSL | 197.78º | 0.78% | 0.27% | - |
| HSV(B) | 197.78º | 0.88% | 0.48% | - |
| XYZ | 7.51 | 9.01 | 20.08 | - |
| YUV | 71.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 91 | 123 | 0.88 | 0.26 | 0 | 0.52 | 197.78 | 0.78 | 0.27 |
| Hex | F | 5B | 7B | 58 | 1A | 0 | 34 | C6 | 4E | 1B |
| Octal | 17 | 133 | 173 | 130 | 32 | 0 | 64 | 306 | 116 | 33 |
| Binary | 1111 | 1011011 | 1111011 | 1011000 | 11010 | 0 | 110100 | 11000110 | 1001110 | 11011 |
Color Harmonies of #0F5B7B
Complementary color
Monochromatic Colors of #0F5B7B
Black with #0F5B7B
Text Example
Text Example
White with #0F5B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5B7B; }
p { color: rgb(15,91,123); }
H1.HeaderClassName
{
color: #0F5B7B;
}
.AnyTagClassName
{
color: #0F5B7B;
}
</style>
background-color css
<style>
a { background-color: #0F5B7B; }
a { background-color: rgb(15,91,123); }
div.DivClassName
{
background-color: #0F5B7B;
}
.BgClassName
{
background-color: #0F5B7B;
}
</style>
border-color css
<style>
span { border-color: #0F5B7B; }
span { border-color: rgb(15,91,123); }
td.TdClassName
{
border-color: #0F5B7B;
}
.TagClassName
{
border-color: #0F5B7B;
}
</style>