Shades of Orient #135A70
Tints of Orient #135A70
RGB
CMYK
RGB Variations
Color information
#135A70 (or 0x135A70) is known color: Orient. HEX triplet: 13, 5A and 70. RGB value is (19,90,112). Sum of RGB (Red+Green+Blue) = 19+90+112=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 90 (35.55% from 255 or 40.72% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #135A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135A70 is #ECA58F. Grayscale: #474747. Windows color (decimal): -15508880 or 7363091. OLE color: 7363091.
HSL color Cylindrical-coordinate representation of color #135A70: hue angle of 194.19º 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 #135A70 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 90 | 112 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.56 |
| HSL | 194.19º | 0.71% | 0.26% | - |
| HSV(B) | 194.19º | 0.83% | 0.44% | - |
| XYZ | 6.85 | 8.62 | 16.63 | - |
| YUV | 71.28 | 150.98 | 90.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 90 | 112 | 0.83 | 0.20 | 0 | 0.56 | 194.19 | 0.71 | 0.26 |
| Hex | 13 | 5A | 70 | 53 | 14 | 0 | 38 | C2 | 47 | 1A |
| Octal | 23 | 132 | 160 | 123 | 24 | 0 | 70 | 302 | 107 | 32 |
| Binary | 10011 | 1011010 | 1110000 | 1010011 | 10100 | 0 | 111000 | 11000010 | 1000111 | 11010 |
Color Harmonies of #135A70
Complementary color
Monochromatic Colors of #135A70
Black with #135A70
Text Example
Text Example
White with #135A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135A70; }
p { color: rgb(19,90,112); }
H1.HeaderClassName
{
color: #135A70;
}
.AnyTagClassName
{
color: #135A70;
}
</style>
background-color css
<style>
a { background-color: #135A70; }
a { background-color: rgb(19,90,112); }
div.DivClassName
{
background-color: #135A70;
}
.BgClassName
{
background-color: #135A70;
}
</style>
border-color css
<style>
span { border-color: #135A70; }
span { border-color: rgb(19,90,112); }
td.TdClassName
{
border-color: #135A70;
}
.TagClassName
{
border-color: #135A70;
}
</style>