Shades of Cyprus #145255
Tints of Cyprus #145255
RGB
CMYK
RGB Variations
Color information
#145255 (or 0x145255) is known color: Cyprus. HEX triplet: 14, 52 and 55. RGB value is (20,82,85). Sum of RGB (Red+Green+Blue) = 20+82+85=187 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.70% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #145255 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145255 is #EBADAA. Grayscale: #3F3F3F. Windows color (decimal): -15445419 or 5591572. OLE color: 5591572.
HSL color Cylindrical-coordinate representation of color #145255: hue angle of 182.77º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145255 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 82 | 85 | - |
| CMYK | 0.76 | 0.04 | 0 | 0.67 |
| HSL | 182.77º | 0.62% | 0.21% | - |
| HSV(B) | 182.77º | 0.76% | 0.33% | - |
| XYZ | 4.95 | 6.84 | 9.65 | - |
| YUV | 63.8 | 139.96 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 82 | 85 | 0.76 | 0.04 | 0 | 0.67 | 182.77 | 0.62 | 0.21 |
| Hex | 14 | 52 | 55 | 4C | 4 | 0 | 43 | B7 | 3E | 15 |
| Octal | 24 | 122 | 125 | 114 | 4 | 0 | 103 | 267 | 76 | 25 |
| Binary | 10100 | 1010010 | 1010101 | 1001100 | 100 | 0 | 1000011 | 10110111 | 111110 | 10101 |
Color Harmonies of #145255
Complementary color
Monochromatic Colors of #145255
Black with #145255
Text Example
Text Example
White with #145255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #145255; }
p { color: rgb(20,82,85); }
H1.HeaderClassName
{
color: #145255;
}
.AnyTagClassName
{
color: #145255;
}
</style>
background-color css
<style>
a { background-color: #145255; }
a { background-color: rgb(20,82,85); }
div.DivClassName
{
background-color: #145255;
}
.BgClassName
{
background-color: #145255;
}
</style>
border-color css
<style>
span { border-color: #145255; }
span { border-color: rgb(20,82,85); }
td.TdClassName
{
border-color: #145255;
}
.TagClassName
{
border-color: #145255;
}
</style>