Shades of Orient #145B79
Tints of Orient #145B79
RGB
CMYK
RGB Variations
Color information
#145B79 (or 0x145B79) is known color: Orient. HEX triplet: 14, 5B and 79. RGB value is (20,91,121). Sum of RGB (Red+Green+Blue) = 20+91+121=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 121 (47.66% from 255 or 52.16% from 232); Max value from RGB is 121 - color contains mainly: blue. Hex color #145B79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B79 is #EBA486. Grayscale: #494949. Windows color (decimal): -15443079 or 7953172. OLE color: 7953172.
HSL color Cylindrical-coordinate representation of color #145B79: hue angle of 197.82º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145B79 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 91 | 121 | - |
| CMYK | 0.83 | 0.25 | 0 | 0.53 |
| HSL | 197.82º | 0.72% | 0.28% | - |
| HSV(B) | 197.82º | 0.83% | 0.47% | - |
| XYZ | 7.48 | 9.01 | 19.43 | - |
| YUV | 73.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 121 | 0.83 | 0.25 | 0 | 0.53 | 197.82 | 0.72 | 0.28 |
| Hex | 14 | 5B | 79 | 53 | 19 | 0 | 35 | C6 | 48 | 1C |
| Octal | 24 | 133 | 171 | 123 | 31 | 0 | 65 | 306 | 110 | 34 |
| Binary | 10100 | 1011011 | 1111001 | 1010011 | 11001 | 0 | 110101 | 11000110 | 1001000 | 11100 |
Color Harmonies of #145B79
Complementary color
Monochromatic Colors of #145B79
Black with #145B79
Text Example
Text Example
White with #145B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B79; }
p { color: rgb(20,91,121); }
H1.HeaderClassName
{
color: #145B79;
}
.AnyTagClassName
{
color: #145B79;
}
</style>
background-color css
<style>
a { background-color: #145B79; }
a { background-color: rgb(20,91,121); }
div.DivClassName
{
background-color: #145B79;
}
.BgClassName
{
background-color: #145B79;
}
</style>
border-color css
<style>
span { border-color: #145B79; }
span { border-color: rgb(20,91,121); }
td.TdClassName
{
border-color: #145B79;
}
.TagClassName
{
border-color: #145B79;
}
</style>