Shades of Allports #135E7C
Tints of Allports #135E7C
RGB
CMYK
RGB Variations
Color information
#135E7C (or 0x135E7C) is known color: Allports. HEX triplet: 13, 5E and 7C. RGB value is (19,94,124). Sum of RGB (Red+Green+Blue) = 19+94+124=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #135E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135E7C is #ECA183. Grayscale: #4A4A4A. Windows color (decimal): -15507844 or 8150547. OLE color: 8150547.
HSL color Cylindrical-coordinate representation of color #135E7C: hue angle of 197.14º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135E7C is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 19 | 94 | 124 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.51 |
| HSL | 197.14º | 0.73% | 0.28% | - |
| HSV(B) | 197.14º | 0.85% | 0.49% | - |
| XYZ | 7.91 | 9.6 | 20.5 | - |
| YUV | 75 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 94 | 124 | 0.85 | 0.24 | 0 | 0.51 | 197.14 | 0.73 | 0.28 |
| Hex | 13 | 5E | 7C | 55 | 18 | 0 | 33 | C5 | 49 | 1C |
| Octal | 23 | 136 | 174 | 125 | 30 | 0 | 63 | 305 | 111 | 34 |
| Binary | 10011 | 1011110 | 1111100 | 1010101 | 11000 | 0 | 110011 | 11000101 | 1001001 | 11100 |
Color Harmonies of #135E7C
Complementary color
Monochromatic Colors of #135E7C
Black with #135E7C
Text Example
Text Example
White with #135E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135E7C; }
p { color: rgb(19,94,124); }
H1.HeaderClassName
{
color: #135E7C;
}
.AnyTagClassName
{
color: #135E7C;
}
</style>
background-color css
<style>
a { background-color: #135E7C; }
a { background-color: rgb(19,94,124); }
div.DivClassName
{
background-color: #135E7C;
}
.BgClassName
{
background-color: #135E7C;
}
</style>
border-color css
<style>
span { border-color: #135E7C; }
span { border-color: rgb(19,94,124); }
td.TdClassName
{
border-color: #135E7C;
}
.TagClassName
{
border-color: #135E7C;
}
</style>