Shades of Cyprus #135255
Tints of Cyprus #135255
RGB
CMYK
RGB Variations
Color information
#135255 (or 0x135255) is known color: Cyprus. HEX triplet: 13, 52 and 55. RGB value is (19,82,85). Sum of RGB (Red+Green+Blue) = 19+82+85=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 82 (32.42% from 255 or 44.09% from 186); Blue value is 85 (33.59% from 255 or 45.70% from 186); Max value from RGB is 85 - color contains mainly: blue. Hex color #135255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #135255 is #ECADAA. Grayscale: #3F3F3F. Windows color (decimal): -15510955 or 5591571. OLE color: 5591571.
HSL color Cylindrical-coordinate representation of color #135255: hue angle of 182.73º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135255 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 19 | 82 | 85 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.67 |
| HSL | 182.73º | 0.63% | 0.2% | - |
| HSV(B) | 182.73º | 0.78% | 0.33% | - |
| XYZ | 4.93 | 6.83 | 9.65 | - |
| YUV | 63.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 82 | 85 | 0.78 | 0.04 | 0 | 0.67 | 182.73 | 0.63 | 0.2 |
| Hex | 13 | 52 | 55 | 4E | 4 | 0 | 43 | B7 | 3F | 14 |
| Octal | 23 | 122 | 125 | 116 | 4 | 0 | 103 | 267 | 77 | 24 |
| Binary | 10011 | 1010010 | 1010101 | 1001110 | 100 | 0 | 1000011 | 10110111 | 111111 | 10100 |
Color Harmonies of #135255
Complementary color
Monochromatic Colors of #135255
Black with #135255
Text Example
Text Example
White with #135255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #135255; }
p { color: rgb(19,82,85); }
H1.HeaderClassName
{
color: #135255;
}
.AnyTagClassName
{
color: #135255;
}
</style>
background-color css
<style>
a { background-color: #135255; }
a { background-color: rgb(19,82,85); }
div.DivClassName
{
background-color: #135255;
}
.BgClassName
{
background-color: #135255;
}
</style>
border-color css
<style>
span { border-color: #135255; }
span { border-color: rgb(19,82,85); }
td.TdClassName
{
border-color: #135255;
}
.TagClassName
{
border-color: #135255;
}
</style>