Shades of Orient #145A7A
Tints of Orient #145A7A
RGB
CMYK
RGB Variations
Color information
#145A7A (or 0x145A7A) is known color: Orient. HEX triplet: 14, 5A and 7A. RGB value is (20,90,122). Sum of RGB (Red+Green+Blue) = 20+90+122=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 122 (48.05% from 255 or 52.59% from 232); Max value from RGB is 122 - color contains mainly: blue. Hex color #145A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145A7A is #EBA585. Grayscale: #484848. Windows color (decimal): -15443334 or 8018452. OLE color: 8018452.
HSL color Cylindrical-coordinate representation of color #145A7A: hue angle of 198.82º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145A7A is Cyan = 0.84, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 20 | 90 | 122 | - |
| CMYK | 0.84 | 0.26 | 0 | 0.52 |
| HSL | 198.82º | 0.72% | 0.28% | - |
| HSV(B) | 198.82º | 0.84% | 0.48% | - |
| XYZ | 7.46 | 8.87 | 19.73 | - |
| YUV | 72.72 | 155.81 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 90 | 122 | 0.84 | 0.26 | 0 | 0.52 | 198.82 | 0.72 | 0.28 |
| Hex | 14 | 5A | 7A | 54 | 1A | 0 | 34 | C7 | 48 | 1C |
| Octal | 24 | 132 | 172 | 124 | 32 | 0 | 64 | 307 | 110 | 34 |
| Binary | 10100 | 1011010 | 1111010 | 1010100 | 11010 | 0 | 110100 | 11000111 | 1001000 | 11100 |
Color Harmonies of #145A7A
Complementary color
Monochromatic Colors of #145A7A
Black with #145A7A
Text Example
Text Example
White with #145A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145A7A; }
p { color: rgb(20,90,122); }
H1.HeaderClassName
{
color: #145A7A;
}
.AnyTagClassName
{
color: #145A7A;
}
</style>
background-color css
<style>
a { background-color: #145A7A; }
a { background-color: rgb(20,90,122); }
div.DivClassName
{
background-color: #145A7A;
}
.BgClassName
{
background-color: #145A7A;
}
</style>
border-color css
<style>
span { border-color: #145A7A; }
span { border-color: rgb(20,90,122); }
td.TdClassName
{
border-color: #145A7A;
}
.TagClassName
{
border-color: #145A7A;
}
</style>