Shades of Orient #144F70
Tints of Orient #144F70
RGB
CMYK
RGB Variations
Color information
#144F70 (or 0x144F70) is known color: Orient. HEX triplet: 14, 4F and 70. RGB value is (20,79,112). Sum of RGB (Red+Green+Blue) = 20+79+112=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 112 (44.14% from 255 or 53.08% from 211); Max value from RGB is 112 - color contains mainly: blue. Hex color #144F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #144F70 is #EBB08F. Grayscale: #404040. Windows color (decimal): -15446160 or 7360276. OLE color: 7360276.
HSL color Cylindrical-coordinate representation of color #144F70: hue angle of 201.52º 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 #144F70 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 79 | 112 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.56 |
| HSL | 201.52º | 0.7% | 0.26% | - |
| HSV(B) | 201.52º | 0.82% | 0.44% | - |
| XYZ | 6.01 | 6.91 | 16.35 | - |
| YUV | 65.12 | 154.45 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 79 | 112 | 0.82 | 0.29 | 0 | 0.56 | 201.52 | 0.7 | 0.26 |
| Hex | 14 | 4F | 70 | 52 | 1D | 0 | 38 | CA | 46 | 1A |
| Octal | 24 | 117 | 160 | 122 | 35 | 0 | 70 | 312 | 106 | 32 |
| Binary | 10100 | 1001111 | 1110000 | 1010010 | 11101 | 0 | 111000 | 11001010 | 1000110 | 11010 |
Color Harmonies of #144F70
Complementary color
Monochromatic Colors of #144F70
Black with #144F70
Text Example
Text Example
White with #144F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144F70; }
p { color: rgb(20,79,112); }
H1.HeaderClassName
{
color: #144F70;
}
.AnyTagClassName
{
color: #144F70;
}
</style>
background-color css
<style>
a { background-color: #144F70; }
a { background-color: rgb(20,79,112); }
div.DivClassName
{
background-color: #144F70;
}
.BgClassName
{
background-color: #144F70;
}
</style>
border-color css
<style>
span { border-color: #144F70; }
span { border-color: rgb(20,79,112); }
td.TdClassName
{
border-color: #144F70;
}
.TagClassName
{
border-color: #144F70;
}
</style>