Shades of Orient #145B71
Tints of Orient #145B71
RGB
CMYK
RGB Variations
Color information
#145B71 (or 0x145B71) is known color: Orient. HEX triplet: 14, 5B and 71. RGB value is (20,91,113). Sum of RGB (Red+Green+Blue) = 20+91+113=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #145B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145B71 is #EBA48E. Grayscale: #484848. Windows color (decimal): -15443087 or 7428884. OLE color: 7428884.
HSL color Cylindrical-coordinate representation of color #145B71: hue angle of 194.19º 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 #145B71 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 91 | 113 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.56 |
| HSL | 194.19º | 0.7% | 0.26% | - |
| HSV(B) | 194.19º | 0.82% | 0.44% | - |
| XYZ | 7.01 | 8.82 | 16.96 | - |
| YUV | 72.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 91 | 113 | 0.82 | 0.19 | 0 | 0.56 | 194.19 | 0.7 | 0.26 |
| Hex | 14 | 5B | 71 | 52 | 13 | 0 | 38 | C2 | 46 | 1A |
| Octal | 24 | 133 | 161 | 122 | 23 | 0 | 70 | 302 | 106 | 32 |
| Binary | 10100 | 1011011 | 1110001 | 1010010 | 10011 | 0 | 111000 | 11000010 | 1000110 | 11010 |
Color Harmonies of #145B71
Complementary color
Monochromatic Colors of #145B71
Black with #145B71
Text Example
Text Example
White with #145B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145B71; }
p { color: rgb(20,91,113); }
H1.HeaderClassName
{
color: #145B71;
}
.AnyTagClassName
{
color: #145B71;
}
</style>
background-color css
<style>
a { background-color: #145B71; }
a { background-color: rgb(20,91,113); }
div.DivClassName
{
background-color: #145B71;
}
.BgClassName
{
background-color: #145B71;
}
</style>
border-color css
<style>
span { border-color: #145B71; }
span { border-color: rgb(20,91,113); }
td.TdClassName
{
border-color: #145B71;
}
.TagClassName
{
border-color: #145B71;
}
</style>