Shades of Cyprus #01473F
Tints of Cyprus #01473F
RGB
CMYK
RGB Variations
Color information
#01473F (or 0x01473F) is known color: Cyprus. HEX triplet: 01, 47 and 3F. RGB value is (1,71,63). Sum of RGB (Red+Green+Blue) = 1+71+63=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 71 (28.12% from 255 or 52.59% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 71 - color contains mainly: green. Hex color #01473F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01473F is #FEB8C0. Grayscale: #313131. Windows color (decimal): -16693441 or 4146945. OLE color: 4146945.
HSL color Cylindrical-coordinate representation of color #01473F: hue angle of 173.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01473F is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 63 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.72 |
| HSL | 173.14º | 0.97% | 0.14% | - |
| HSV(B) | 173.14º | 0.99% | 0.28% | - |
| XYZ | 3.16 | 4.87 | 5.48 | - |
| YUV | 49.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 63 | 0.99 | 0 | 0.11 | 0.72 | 173.14 | 0.97 | 0.14 |
| Hex | 1 | 47 | 3F | 63 | 0 | B | 48 | AD | 61 | E |
| Octal | 1 | 107 | 77 | 143 | 0 | 13 | 110 | 255 | 141 | 16 |
| Binary | 1 | 1000111 | 111111 | 1100011 | 0 | 1011 | 1001000 | 10101101 | 1100001 | 1110 |
Color Harmonies of #01473F
Complementary color
Monochromatic Colors of #01473F
Black with #01473F
Text Example
Text Example
White with #01473F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01473F; }
p { color: rgb(1,71,63); }
H1.HeaderClassName
{
color: #01473F;
}
.AnyTagClassName
{
color: #01473F;
}
</style>
background-color css
<style>
a { background-color: #01473F; }
a { background-color: rgb(1,71,63); }
div.DivClassName
{
background-color: #01473F;
}
.BgClassName
{
background-color: #01473F;
}
</style>
border-color css
<style>
span { border-color: #01473F; }
span { border-color: rgb(1,71,63); }
td.TdClassName
{
border-color: #01473F;
}
.TagClassName
{
border-color: #01473F;
}
</style>