Shades of Orient #135C71
Tints of Orient #135C71
RGB
CMYK
RGB Variations
Color information
#135C71 (or 0x135C71) is known color: Orient. HEX triplet: 13, 5C and 71. RGB value is (19,92,113). Sum of RGB (Red+Green+Blue) = 19+92+113=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 92 (36.33% from 255 or 41.07% 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 #135C71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135C71 is #ECA38E. Grayscale: #484848. Windows color (decimal): -15508367 or 7429139. OLE color: 7429139.
HSL color Cylindrical-coordinate representation of color #135C71: hue angle of 193.4º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #135C71 is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 92 | 113 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.56 |
| HSL | 193.4º | 0.71% | 0.26% | - |
| HSV(B) | 193.4º | 0.83% | 0.44% | - |
| XYZ | 7.08 | 8.98 | 16.98 | - |
| YUV | 72.57 | 150.82 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 92 | 113 | 0.83 | 0.19 | 0 | 0.56 | 193.4 | 0.71 | 0.26 |
| Hex | 13 | 5C | 71 | 53 | 13 | 0 | 38 | C1 | 47 | 1A |
| Octal | 23 | 134 | 161 | 123 | 23 | 0 | 70 | 301 | 107 | 32 |
| Binary | 10011 | 1011100 | 1110001 | 1010011 | 10011 | 0 | 111000 | 11000001 | 1000111 | 11010 |
Color Harmonies of #135C71
Complementary color
Monochromatic Colors of #135C71
Black with #135C71
Text Example
Text Example
White with #135C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135C71; }
p { color: rgb(19,92,113); }
H1.HeaderClassName
{
color: #135C71;
}
.AnyTagClassName
{
color: #135C71;
}
</style>
background-color css
<style>
a { background-color: #135C71; }
a { background-color: rgb(19,92,113); }
div.DivClassName
{
background-color: #135C71;
}
.BgClassName
{
background-color: #135C71;
}
</style>
border-color css
<style>
span { border-color: #135C71; }
span { border-color: rgb(19,92,113); }
td.TdClassName
{
border-color: #135C71;
}
.TagClassName
{
border-color: #135C71;
}
</style>