Shades of Cyprus #01473A
Tints of Cyprus #01473A
RGB
CMYK
RGB Variations
Color information
#01473A (or 0x01473A) is known color: Cyprus. HEX triplet: 01, 47 and 3A. RGB value is (1,71,58). Sum of RGB (Red+Green+Blue) = 1+71+58=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 71 (28.12% from 255 or 54.62% from 130); Blue value is 58 (23.05% from 255 or 44.62% from 130); Max value from RGB is 71 - color contains mainly: green. Hex color #01473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01473A is #FEB8C5. Grayscale: #303030. Windows color (decimal): -16693446 or 3819265. OLE color: 3819265.
HSL color Cylindrical-coordinate representation of color #01473A: hue angle of 168.86º 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 #01473A is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 1 | 71 | 58 | - |
| CMYK | 0.99 | 0 | 0.18 | 0.72 |
| HSL | 168.86º | 0.97% | 0.14% | - |
| HSV(B) | 168.86º | 0.99% | 0.28% | - |
| XYZ | 3.03 | 4.82 | 4.77 | - |
| YUV | 48.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 71 | 58 | 0.99 | 0 | 0.18 | 0.72 | 168.86 | 0.97 | 0.14 |
| Hex | 1 | 47 | 3A | 63 | 0 | 12 | 48 | A9 | 61 | E |
| Octal | 1 | 107 | 72 | 143 | 0 | 22 | 110 | 251 | 141 | 16 |
| Binary | 1 | 1000111 | 111010 | 1100011 | 0 | 10010 | 1001000 | 10101001 | 1100001 | 1110 |
Color Harmonies of #01473A
Complementary color
Monochromatic Colors of #01473A
Black with #01473A
Text Example
Text Example
White with #01473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01473A; }
p { color: rgb(1,71,58); }
H1.HeaderClassName
{
color: #01473A;
}
.AnyTagClassName
{
color: #01473A;
}
</style>
background-color css
<style>
a { background-color: #01473A; }
a { background-color: rgb(1,71,58); }
div.DivClassName
{
background-color: #01473A;
}
.BgClassName
{
background-color: #01473A;
}
</style>
border-color css
<style>
span { border-color: #01473A; }
span { border-color: rgb(1,71,58); }
td.TdClassName
{
border-color: #01473A;
}
.TagClassName
{
border-color: #01473A;
}
</style>