Shades of Orient #145C75
Tints of Orient #145C75
RGB
CMYK
RGB Variations
Color information
#145C75 (or 0x145C75) is known color: Orient. HEX triplet: 14, 5C and 75. RGB value is (20,92,117). Sum of RGB (Red+Green+Blue) = 20+92+117=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #145C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145C75 is #EBA38A. Grayscale: #494949. Windows color (decimal): -15442827 or 7691284. OLE color: 7691284.
HSL color Cylindrical-coordinate representation of color #145C75: hue angle of 195.46º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #145C75 is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 92 | 117 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.54 |
| HSL | 195.46º | 0.71% | 0.27% | - |
| HSV(B) | 195.46º | 0.83% | 0.46% | - |
| XYZ | 7.33 | 9.09 | 18.2 | - |
| YUV | 73.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 92 | 117 | 0.83 | 0.21 | 0 | 0.54 | 195.46 | 0.71 | 0.27 |
| Hex | 14 | 5C | 75 | 53 | 15 | 0 | 36 | C3 | 47 | 1B |
| Octal | 24 | 134 | 165 | 123 | 25 | 0 | 66 | 303 | 107 | 33 |
| Binary | 10100 | 1011100 | 1110101 | 1010011 | 10101 | 0 | 110110 | 11000011 | 1000111 | 11011 |
Color Harmonies of #145C75
Complementary color
Monochromatic Colors of #145C75
Black with #145C75
Text Example
Text Example
White with #145C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145C75; }
p { color: rgb(20,92,117); }
H1.HeaderClassName
{
color: #145C75;
}
.AnyTagClassName
{
color: #145C75;
}
</style>
background-color css
<style>
a { background-color: #145C75; }
a { background-color: rgb(20,92,117); }
div.DivClassName
{
background-color: #145C75;
}
.BgClassName
{
background-color: #145C75;
}
</style>
border-color css
<style>
span { border-color: #145C75; }
span { border-color: rgb(20,92,117); }
td.TdClassName
{
border-color: #145C75;
}
.TagClassName
{
border-color: #145C75;
}
</style>