Shades of Allports #135F7B
Tints of Allports #135F7B
RGB
CMYK
RGB Variations
Color information
#135F7B (or 0x135F7B) is known color: Allports. HEX triplet: 13, 5F and 7B. RGB value is (19,95,123). Sum of RGB (Red+Green+Blue) = 19+95+123=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #135F7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135F7B is #ECA084. Grayscale: #4B4B4B. Windows color (decimal): -15507589 or 8085267. OLE color: 8085267.
HSL color Cylindrical-coordinate representation of color #135F7B: hue angle of 196.15º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #135F7B is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 19 | 95 | 123 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.52 |
| HSL | 196.15º | 0.73% | 0.28% | - |
| HSV(B) | 196.15º | 0.85% | 0.48% | - |
| XYZ | 7.94 | 9.75 | 20.2 | - |
| YUV | 75.47 | 154.82 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 95 | 123 | 0.85 | 0.23 | 0 | 0.52 | 196.15 | 0.73 | 0.28 |
| Hex | 13 | 5F | 7B | 55 | 17 | 0 | 34 | C4 | 49 | 1C |
| Octal | 23 | 137 | 173 | 125 | 27 | 0 | 64 | 304 | 111 | 34 |
| Binary | 10011 | 1011111 | 1111011 | 1010101 | 10111 | 0 | 110100 | 11000100 | 1001001 | 11100 |
Color Harmonies of #135F7B
Complementary color
Monochromatic Colors of #135F7B
Black with #135F7B
Text Example
Text Example
White with #135F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135F7B; }
p { color: rgb(19,95,123); }
H1.HeaderClassName
{
color: #135F7B;
}
.AnyTagClassName
{
color: #135F7B;
}
</style>
background-color css
<style>
a { background-color: #135F7B; }
a { background-color: rgb(19,95,123); }
div.DivClassName
{
background-color: #135F7B;
}
.BgClassName
{
background-color: #135F7B;
}
</style>
border-color css
<style>
span { border-color: #135F7B; }
span { border-color: rgb(19,95,123); }
td.TdClassName
{
border-color: #135F7B;
}
.TagClassName
{
border-color: #135F7B;
}
</style>