Shades of Cyprus #194F52
Tints of Cyprus #194F52
RGB
CMYK
RGB Variations
Color information
#194F52 (or 0x194F52) is known color: Cyprus. HEX triplet: 19, 4F and 52. RGB value is (25,79,82). Sum of RGB (Red+Green+Blue) = 25+79+82=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 82 (32.42% from 255 or 44.09% from 186); Max value from RGB is 82 - color contains mainly: blue. Hex color #194F52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F52 is #E6B0AD. Grayscale: #3F3F3F. Windows color (decimal): -15118510 or 5394201. OLE color: 5394201.
HSL color Cylindrical-coordinate representation of color #194F52: hue angle of 183.16º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194F52 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 25 | 79 | 82 | - |
| CMYK | 0.70 | 0.04 | 0 | 0.68 |
| HSL | 183.16º | 0.53% | 0.21% | - |
| HSV(B) | 183.16º | 0.7% | 0.32% | - |
| XYZ | 4.72 | 6.41 | 8.97 | - |
| YUV | 63.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 79 | 82 | 0.70 | 0.04 | 0 | 0.68 | 183.16 | 0.53 | 0.21 |
| Hex | 19 | 4F | 52 | 46 | 4 | 0 | 44 | B7 | 35 | 15 |
| Octal | 31 | 117 | 122 | 106 | 4 | 0 | 104 | 267 | 65 | 25 |
| Binary | 11001 | 1001111 | 1010010 | 1000110 | 100 | 0 | 1000100 | 10110111 | 110101 | 10101 |
Color Harmonies of #194F52
Complementary color
Monochromatic Colors of #194F52
Black with #194F52
Text Example
Text Example
White with #194F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #194F52; }
p { color: rgb(25,79,82); }
H1.HeaderClassName
{
color: #194F52;
}
.AnyTagClassName
{
color: #194F52;
}
</style>
background-color css
<style>
a { background-color: #194F52; }
a { background-color: rgb(25,79,82); }
div.DivClassName
{
background-color: #194F52;
}
.BgClassName
{
background-color: #194F52;
}
</style>
border-color css
<style>
span { border-color: #194F52; }
span { border-color: rgb(25,79,82); }
td.TdClassName
{
border-color: #194F52;
}
.TagClassName
{
border-color: #194F52;
}
</style>