Shades of Orient #145C77
Tints of Orient #145C77
RGB
CMYK
RGB Variations
Color information
#145C77 (or 0x145C77) is known color: Orient. HEX triplet: 14, 5C and 77. RGB value is (20,92,119). Sum of RGB (Red+Green+Blue) = 20+92+119=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #145C77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C77 is #EBA388. Grayscale: #494949. Windows color (decimal): -15442825 or 7822356. OLE color: 7822356.
HSL color Cylindrical-coordinate representation of color #145C77: hue angle of 196.36º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145C77 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 92 | 119 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.53 |
| HSL | 196.36º | 0.71% | 0.27% | - |
| HSV(B) | 196.36º | 0.83% | 0.47% | - |
| XYZ | 7.45 | 9.13 | 18.82 | - |
| YUV | 73.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 119 | 0.83 | 0.23 | 0 | 0.53 | 196.36 | 0.71 | 0.27 |
| Hex | 14 | 5C | 77 | 53 | 17 | 0 | 35 | C4 | 47 | 1B |
| Octal | 24 | 134 | 167 | 123 | 27 | 0 | 65 | 304 | 107 | 33 |
| Binary | 10100 | 1011100 | 1110111 | 1010011 | 10111 | 0 | 110101 | 11000100 | 1000111 | 11011 |
Color Harmonies of #145C77
Complementary color
Monochromatic Colors of #145C77
Black with #145C77
Text Example
Text Example
White with #145C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C77; }
p { color: rgb(20,92,119); }
H1.HeaderClassName
{
color: #145C77;
}
.AnyTagClassName
{
color: #145C77;
}
</style>
background-color css
<style>
a { background-color: #145C77; }
a { background-color: rgb(20,92,119); }
div.DivClassName
{
background-color: #145C77;
}
.BgClassName
{
background-color: #145C77;
}
</style>
border-color css
<style>
span { border-color: #145C77; }
span { border-color: rgb(20,92,119); }
td.TdClassName
{
border-color: #145C77;
}
.TagClassName
{
border-color: #145C77;
}
</style>