Shades of Orient #145B76
Tints of Orient #145B76
RGB
CMYK
RGB Variations
Color information
#145B76 (or 0x145B76) is known color: Orient. HEX triplet: 14, 5B and 76. RGB value is (20,91,118). Sum of RGB (Red+Green+Blue) = 20+91+118=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #145B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B76 is #EBA489. Grayscale: #484848. Windows color (decimal): -15443082 or 7756564. OLE color: 7756564.
HSL color Cylindrical-coordinate representation of color #145B76: hue angle of 196.53º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145B76 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 91 | 118 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.54 |
| HSL | 196.53º | 0.71% | 0.27% | - |
| HSV(B) | 196.53º | 0.83% | 0.46% | - |
| XYZ | 7.3 | 8.94 | 18.48 | - |
| YUV | 72.85 | 153.48 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 118 | 0.83 | 0.23 | 0 | 0.54 | 196.53 | 0.71 | 0.27 |
| Hex | 14 | 5B | 76 | 53 | 17 | 0 | 36 | C5 | 47 | 1B |
| Octal | 24 | 133 | 166 | 123 | 27 | 0 | 66 | 305 | 107 | 33 |
| Binary | 10100 | 1011011 | 1110110 | 1010011 | 10111 | 0 | 110110 | 11000101 | 1000111 | 11011 |
Color Harmonies of #145B76
Complementary color
Monochromatic Colors of #145B76
Black with #145B76
Text Example
Text Example
White with #145B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B76; }
p { color: rgb(20,91,118); }
H1.HeaderClassName
{
color: #145B76;
}
.AnyTagClassName
{
color: #145B76;
}
</style>
background-color css
<style>
a { background-color: #145B76; }
a { background-color: rgb(20,91,118); }
div.DivClassName
{
background-color: #145B76;
}
.BgClassName
{
background-color: #145B76;
}
</style>
border-color css
<style>
span { border-color: #145B76; }
span { border-color: rgb(20,91,118); }
td.TdClassName
{
border-color: #145B76;
}
.TagClassName
{
border-color: #145B76;
}
</style>