Shades of Orient #135C73
Tints of Orient #135C73
RGB
CMYK
RGB Variations
Color information
#135C73 (or 0x135C73) is known color: Orient. HEX triplet: 13, 5C and 73. RGB value is (19,92,115). Sum of RGB (Red+Green+Blue) = 19+92+115=226 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.41% from 226); Green value is 92 (36.33% from 255 or 40.71% from 226); Blue value is 115 (45.31% from 255 or 50.88% from 226); Max value from RGB is 115 - color contains mainly: blue. Hex color #135C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C73 is #ECA38C. Grayscale: #484848. Windows color (decimal): -15508365 or 7560211. OLE color: 7560211.
HSL color Cylindrical-coordinate representation of color #135C73: hue angle of 194.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135C73 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 19 | 92 | 115 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.55 |
| HSL | 194.38º | 0.72% | 0.26% | - |
| HSV(B) | 194.38º | 0.83% | 0.45% | - |
| XYZ | 7.19 | 9.03 | 17.58 | - |
| YUV | 72.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 115 | 0.83 | 0.20 | 0 | 0.55 | 194.38 | 0.72 | 0.26 |
| Hex | 13 | 5C | 73 | 53 | 14 | 0 | 37 | C2 | 48 | 1A |
| Octal | 23 | 134 | 163 | 123 | 24 | 0 | 67 | 302 | 110 | 32 |
| Binary | 10011 | 1011100 | 1110011 | 1010011 | 10100 | 0 | 110111 | 11000010 | 1001000 | 11010 |
Color Harmonies of #135C73
Complementary color
Monochromatic Colors of #135C73
Black with #135C73
Text Example
Text Example
White with #135C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C73; }
p { color: rgb(19,92,115); }
H1.HeaderClassName
{
color: #135C73;
}
.AnyTagClassName
{
color: #135C73;
}
</style>
background-color css
<style>
a { background-color: #135C73; }
a { background-color: rgb(19,92,115); }
div.DivClassName
{
background-color: #135C73;
}
.BgClassName
{
background-color: #135C73;
}
</style>
border-color css
<style>
span { border-color: #135C73; }
span { border-color: rgb(19,92,115); }
td.TdClassName
{
border-color: #135C73;
}
.TagClassName
{
border-color: #135C73;
}
</style>