Shades of Orient #145C72
Tints of Orient #145C72
RGB
CMYK
RGB Variations
Color information
#145C72 (or 0x145C72) is known color: Orient. HEX triplet: 14, 5C and 72. RGB value is (20,92,114). Sum of RGB (Red+Green+Blue) = 20+92+114=226 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.85% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #145C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C72 is #EBA38D. Grayscale: #484848. Windows color (decimal): -15442830 or 7494676. OLE color: 7494676.
HSL color Cylindrical-coordinate representation of color #145C72: hue angle of 194.04º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #145C72 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 92 | 114 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.55 |
| HSL | 194.04º | 0.7% | 0.26% | - |
| HSV(B) | 194.04º | 0.82% | 0.45% | - |
| XYZ | 7.15 | 9.02 | 17.28 | - |
| YUV | 72.98 | 151.15 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 114 | 0.82 | 0.19 | 0 | 0.55 | 194.04 | 0.7 | 0.26 |
| Hex | 14 | 5C | 72 | 52 | 13 | 0 | 37 | C2 | 46 | 1A |
| Octal | 24 | 134 | 162 | 122 | 23 | 0 | 67 | 302 | 106 | 32 |
| Binary | 10100 | 1011100 | 1110010 | 1010010 | 10011 | 0 | 110111 | 11000010 | 1000110 | 11010 |
Color Harmonies of #145C72
Complementary color
Monochromatic Colors of #145C72
Black with #145C72
Text Example
Text Example
White with #145C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C72; }
p { color: rgb(20,92,114); }
H1.HeaderClassName
{
color: #145C72;
}
.AnyTagClassName
{
color: #145C72;
}
</style>
background-color css
<style>
a { background-color: #145C72; }
a { background-color: rgb(20,92,114); }
div.DivClassName
{
background-color: #145C72;
}
.BgClassName
{
background-color: #145C72;
}
</style>
border-color css
<style>
span { border-color: #145C72; }
span { border-color: rgb(20,92,114); }
td.TdClassName
{
border-color: #145C72;
}
.TagClassName
{
border-color: #145C72;
}
</style>