Shades of Cyprus #01503E
Tints of Cyprus #01503E
RGB
CMYK
RGB Variations
Color information
#01503E (or 0x01503E) is known color: Cyprus. HEX triplet: 01, 50 and 3E. RGB value is (1,80,62). Sum of RGB (Red+Green+Blue) = 1+80+62=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 80 (31.64% from 255 or 55.94% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 80 - color contains mainly: green. Hex color #01503E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01503E is #FEAFC1. Grayscale: #363636. Windows color (decimal): -16691138 or 4083713. OLE color: 4083713.
HSL color Cylindrical-coordinate representation of color #01503E: hue angle of 166.33º 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 #01503E is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 1 | 80 | 62 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.69 |
| HSL | 166.33º | 0.98% | 0.16% | - |
| HSV(B) | 166.33º | 0.99% | 0.31% | - |
| XYZ | 3.75 | 6.09 | 5.54 | - |
| YUV | 54.33 | 132.33 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 80 | 62 | 0.99 | 0 | 0.22 | 0.69 | 166.33 | 0.98 | 0.16 |
| Hex | 1 | 50 | 3E | 63 | 0 | 16 | 45 | A6 | 62 | 10 |
| Octal | 1 | 120 | 76 | 143 | 0 | 26 | 105 | 246 | 142 | 20 |
| Binary | 1 | 1010000 | 111110 | 1100011 | 0 | 10110 | 1000101 | 10100110 | 1100010 | 10000 |
Color Harmonies of #01503E
Complementary color
Monochromatic Colors of #01503E
Black with #01503E
Text Example
Text Example
White with #01503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01503E; }
p { color: rgb(1,80,62); }
H1.HeaderClassName
{
color: #01503E;
}
.AnyTagClassName
{
color: #01503E;
}
</style>
background-color css
<style>
a { background-color: #01503E; }
a { background-color: rgb(1,80,62); }
div.DivClassName
{
background-color: #01503E;
}
.BgClassName
{
background-color: #01503E;
}
</style>
border-color css
<style>
span { border-color: #01503E; }
span { border-color: rgb(1,80,62); }
td.TdClassName
{
border-color: #01503E;
}
.TagClassName
{
border-color: #01503E;
}
</style>