Shades of Orient #145B74
Tints of Orient #145B74
RGB
CMYK
RGB Variations
Color information
#145B74 (or 0x145B74) is known color: Orient. HEX triplet: 14, 5B and 74. RGB value is (20,91,116). Sum of RGB (Red+Green+Blue) = 20+91+116=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 116 (45.70% from 255 or 51.10% from 227); Max value from RGB is 116 - color contains mainly: blue. Hex color #145B74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B74 is #EBA48B. Grayscale: #484848. Windows color (decimal): -15443084 or 7625492. OLE color: 7625492.
HSL color Cylindrical-coordinate representation of color #145B74: hue angle of 195.62º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145B74 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 91 | 116 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.55 |
| HSL | 195.63º | 0.71% | 0.27% | - |
| HSV(B) | 195.63º | 0.83% | 0.45% | - |
| XYZ | 7.18 | 8.89 | 17.86 | - |
| YUV | 72.62 | 152.48 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 116 | 0.83 | 0.22 | 0 | 0.55 | 195.63 | 0.71 | 0.27 |
| Hex | 14 | 5B | 74 | 53 | 16 | 0 | 37 | C4 | 47 | 1B |
| Octal | 24 | 133 | 164 | 123 | 26 | 0 | 67 | 304 | 107 | 33 |
| Binary | 10100 | 1011011 | 1110100 | 1010011 | 10110 | 0 | 110111 | 11000100 | 1000111 | 11011 |
Color Harmonies of #145B74
Complementary color
Monochromatic Colors of #145B74
Black with #145B74
Text Example
Text Example
White with #145B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B74; }
p { color: rgb(20,91,116); }
H1.HeaderClassName
{
color: #145B74;
}
.AnyTagClassName
{
color: #145B74;
}
</style>
background-color css
<style>
a { background-color: #145B74; }
a { background-color: rgb(20,91,116); }
div.DivClassName
{
background-color: #145B74;
}
.BgClassName
{
background-color: #145B74;
}
</style>
border-color css
<style>
span { border-color: #145B74; }
span { border-color: rgb(20,91,116); }
td.TdClassName
{
border-color: #145B74;
}
.TagClassName
{
border-color: #145B74;
}
</style>