Shades of Orient #145B73
Tints of Orient #145B73
RGB
CMYK
RGB Variations
Color information
#145B73 (or 0x145B73) is known color: Orient. HEX triplet: 14, 5B and 73. RGB value is (20,91,115). Sum of RGB (Red+Green+Blue) = 20+91+115=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #145B73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B73 is #EBA48C. Grayscale: #484848. Windows color (decimal): -15443085 or 7559956. OLE color: 7559956.
HSL color Cylindrical-coordinate representation of color #145B73: hue angle of 195.16º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145B73 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 91 | 115 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.55 |
| HSL | 195.16º | 0.7% | 0.26% | - |
| HSV(B) | 195.16º | 0.83% | 0.45% | - |
| XYZ | 7.12 | 8.87 | 17.56 | - |
| YUV | 72.51 | 151.98 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 115 | 0.83 | 0.21 | 0 | 0.55 | 195.16 | 0.7 | 0.26 |
| Hex | 14 | 5B | 73 | 53 | 15 | 0 | 37 | C3 | 46 | 1A |
| Octal | 24 | 133 | 163 | 123 | 25 | 0 | 67 | 303 | 106 | 32 |
| Binary | 10100 | 1011011 | 1110011 | 1010011 | 10101 | 0 | 110111 | 11000011 | 1000110 | 11010 |
Color Harmonies of #145B73
Complementary color
Monochromatic Colors of #145B73
Black with #145B73
Text Example
Text Example
White with #145B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B73; }
p { color: rgb(20,91,115); }
H1.HeaderClassName
{
color: #145B73;
}
.AnyTagClassName
{
color: #145B73;
}
</style>
background-color css
<style>
a { background-color: #145B73; }
a { background-color: rgb(20,91,115); }
div.DivClassName
{
background-color: #145B73;
}
.BgClassName
{
background-color: #145B73;
}
</style>
border-color css
<style>
span { border-color: #145B73; }
span { border-color: rgb(20,91,115); }
td.TdClassName
{
border-color: #145B73;
}
.TagClassName
{
border-color: #145B73;
}
</style>