Shades of Orient #145C70
Tints of Orient #145C70
RGB
CMYK
RGB Variations
Color information
#145C70 (or 0x145C70) is known color: Orient. HEX triplet: 14, 5C and 70. RGB value is (20,92,112). Sum of RGB (Red+Green+Blue) = 20+92+112=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 92 (36.33% from 255 or 41.07% from 224); Blue value is 112 (44.14% from 255 or 50% from 224); Max value from RGB is 112 - color contains mainly: blue. Hex color #145C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C70 is #EBA38F. Grayscale: #484848. Windows color (decimal): -15442832 or 7363604. OLE color: 7363604.
HSL color Cylindrical-coordinate representation of color #145C70: hue angle of 193.04º 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 #145C70 is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 92 | 112 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.56 |
| HSL | 193.04º | 0.7% | 0.26% | - |
| HSV(B) | 193.04º | 0.82% | 0.44% | - |
| XYZ | 7.04 | 8.97 | 16.69 | - |
| YUV | 72.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 112 | 0.82 | 0.18 | 0 | 0.56 | 193.04 | 0.7 | 0.26 |
| Hex | 14 | 5C | 70 | 52 | 12 | 0 | 38 | C1 | 46 | 1A |
| Octal | 24 | 134 | 160 | 122 | 22 | 0 | 70 | 301 | 106 | 32 |
| Binary | 10100 | 1011100 | 1110000 | 1010010 | 10010 | 0 | 111000 | 11000001 | 1000110 | 11010 |
Color Harmonies of #145C70
Complementary color
Monochromatic Colors of #145C70
Black with #145C70
Text Example
Text Example
White with #145C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C70; }
p { color: rgb(20,92,112); }
H1.HeaderClassName
{
color: #145C70;
}
.AnyTagClassName
{
color: #145C70;
}
</style>
background-color css
<style>
a { background-color: #145C70; }
a { background-color: rgb(20,92,112); }
div.DivClassName
{
background-color: #145C70;
}
.BgClassName
{
background-color: #145C70;
}
</style>
border-color css
<style>
span { border-color: #145C70; }
span { border-color: rgb(20,92,112); }
td.TdClassName
{
border-color: #145C70;
}
.TagClassName
{
border-color: #145C70;
}
</style>