Shades of Orient #135B7A
Tints of Orient #135B7A
RGB
CMYK
RGB Variations
Color information
#135B7A (or 0x135B7A) is known color: Orient. HEX triplet: 13, 5B and 7A. RGB value is (19,91,122). Sum of RGB (Red+Green+Blue) = 19+91+122=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 91 (35.94% from 255 or 39.22% 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 #135B7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135B7A is #ECA485. Grayscale: #484848. Windows color (decimal): -15508614 or 8018707. OLE color: 8018707.
HSL color Cylindrical-coordinate representation of color #135B7A: hue angle of 198.06º degrees, saturation: 0.73, 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 #135B7A is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 91 | 122 | - |
| CMYK | 0.84 | 0.25 | 0 | 0.52 |
| HSL | 198.06º | 0.73% | 0.28% | - |
| HSV(B) | 198.06º | 0.84% | 0.48% | - |
| XYZ | 7.52 | 9.03 | 19.76 | - |
| YUV | 73.01 | 155.65 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 91 | 122 | 0.84 | 0.25 | 0 | 0.52 | 198.06 | 0.73 | 0.28 |
| Hex | 13 | 5B | 7A | 54 | 19 | 0 | 34 | C6 | 49 | 1C |
| Octal | 23 | 133 | 172 | 124 | 31 | 0 | 64 | 306 | 111 | 34 |
| Binary | 10011 | 1011011 | 1111010 | 1010100 | 11001 | 0 | 110100 | 11000110 | 1001001 | 11100 |
Color Harmonies of #135B7A
Complementary color
Monochromatic Colors of #135B7A
Black with #135B7A
Text Example
Text Example
White with #135B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135B7A; }
p { color: rgb(19,91,122); }
H1.HeaderClassName
{
color: #135B7A;
}
.AnyTagClassName
{
color: #135B7A;
}
</style>
background-color css
<style>
a { background-color: #135B7A; }
a { background-color: rgb(19,91,122); }
div.DivClassName
{
background-color: #135B7A;
}
.BgClassName
{
background-color: #135B7A;
}
</style>
border-color css
<style>
span { border-color: #135B7A; }
span { border-color: rgb(19,91,122); }
td.TdClassName
{
border-color: #135B7A;
}
.TagClassName
{
border-color: #135B7A;
}
</style>