Shades of Cyprus #01503F
Tints of Cyprus #01503F
RGB
CMYK
RGB Variations
Color information
#01503F (or 0x01503F) is known color: Cyprus. HEX triplet: 01, 50 and 3F. RGB value is (1,80,63). Sum of RGB (Red+Green+Blue) = 1+80+63=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 80 (31.64% from 255 or 55.56% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 80 - color contains mainly: green. Hex color #01503F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01503F is #FEAFC0. Grayscale: #363636. Windows color (decimal): -16691137 or 4149249. OLE color: 4149249.
HSL color Cylindrical-coordinate representation of color #01503F: hue angle of 167.09º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01503F is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 63 | - |
| CMYK | 0.99 | 0 | 0.21 | 0.69 |
| HSL | 167.09º | 0.98% | 0.16% | - |
| HSV(B) | 167.09º | 0.99% | 0.31% | - |
| XYZ | 3.78 | 6.1 | 5.68 | - |
| YUV | 54.44 | 132.83 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 63 | 0.99 | 0 | 0.21 | 0.69 | 167.09 | 0.98 | 0.16 |
| Hex | 1 | 50 | 3F | 63 | 0 | 15 | 45 | A7 | 62 | 10 |
| Octal | 1 | 120 | 77 | 143 | 0 | 25 | 105 | 247 | 142 | 20 |
| Binary | 1 | 1010000 | 111111 | 1100011 | 0 | 10101 | 1000101 | 10100111 | 1100010 | 10000 |
Color Harmonies of #01503F
Complementary color
Monochromatic Colors of #01503F
Black with #01503F
Text Example
Text Example
White with #01503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01503F; }
p { color: rgb(1,80,63); }
H1.HeaderClassName
{
color: #01503F;
}
.AnyTagClassName
{
color: #01503F;
}
</style>
background-color css
<style>
a { background-color: #01503F; }
a { background-color: rgb(1,80,63); }
div.DivClassName
{
background-color: #01503F;
}
.BgClassName
{
background-color: #01503F;
}
</style>
border-color css
<style>
span { border-color: #01503F; }
span { border-color: rgb(1,80,63); }
td.TdClassName
{
border-color: #01503F;
}
.TagClassName
{
border-color: #01503F;
}
</style>