Shades of Orient #145B70
Tints of Orient #145B70
RGB
CMYK
RGB Variations
Color information
#145B70 (or 0x145B70) is known color: Orient. HEX triplet: 14, 5B and 70. RGB value is (20,91,112). Sum of RGB (Red+Green+Blue) = 20+91+112=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #145B70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B70 is #EBA48F. Grayscale: #484848. Windows color (decimal): -15443088 or 7363348. OLE color: 7363348.
HSL color Cylindrical-coordinate representation of color #145B70: hue angle of 193.7º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145B70 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 91 | 112 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.56 |
| HSL | 193.7º | 0.7% | 0.26% | - |
| HSV(B) | 193.7º | 0.82% | 0.44% | - |
| XYZ | 6.95 | 8.8 | 16.66 | - |
| YUV | 72.17 | 150.48 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 112 | 0.82 | 0.19 | 0 | 0.56 | 193.7 | 0.7 | 0.26 |
| Hex | 14 | 5B | 70 | 52 | 13 | 0 | 38 | C2 | 46 | 1A |
| Octal | 24 | 133 | 160 | 122 | 23 | 0 | 70 | 302 | 106 | 32 |
| Binary | 10100 | 1011011 | 1110000 | 1010010 | 10011 | 0 | 111000 | 11000010 | 1000110 | 11010 |
Color Harmonies of #145B70
Complementary color
Monochromatic Colors of #145B70
Black with #145B70
Text Example
Text Example
White with #145B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B70; }
p { color: rgb(20,91,112); }
H1.HeaderClassName
{
color: #145B70;
}
.AnyTagClassName
{
color: #145B70;
}
</style>
background-color css
<style>
a { background-color: #145B70; }
a { background-color: rgb(20,91,112); }
div.DivClassName
{
background-color: #145B70;
}
.BgClassName
{
background-color: #145B70;
}
</style>
border-color css
<style>
span { border-color: #145B70; }
span { border-color: rgb(20,91,112); }
td.TdClassName
{
border-color: #145B70;
}
.TagClassName
{
border-color: #145B70;
}
</style>