Shades of Cyprus #01403D
Tints of Cyprus #01403D
RGB
CMYK
RGB Variations
Color information
#01403D (or 0x01403D) is known color: Cyprus. HEX triplet: 01, 40 and 3D. RGB value is (1,64,61). Sum of RGB (Red+Green+Blue) = 1+64+61=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #01403D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01403D is #FEBFC2. Grayscale: #2C2C2C. Windows color (decimal): -16695235 or 4014081. OLE color: 4014081.
HSL color Cylindrical-coordinate representation of color #01403D: hue angle of 177.14º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01403D is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 61 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.75 |
| HSL | 177.14º | 0.97% | 0.13% | - |
| HSV(B) | 177.14º | 0.98% | 0.25% | - |
| XYZ | 2.69 | 4.01 | 5.05 | - |
| YUV | 44.82 | 137.13 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 61 | 0.98 | 0 | 0.05 | 0.75 | 177.14 | 0.97 | 0.13 |
| Hex | 1 | 40 | 3D | 62 | 0 | 5 | 4B | B1 | 61 | D |
| Octal | 1 | 100 | 75 | 142 | 0 | 5 | 113 | 261 | 141 | 15 |
| Binary | 1 | 1000000 | 111101 | 1100010 | 0 | 101 | 1001011 | 10110001 | 1100001 | 1101 |
Color Harmonies of #01403D
Complementary color
Monochromatic Colors of #01403D
Black with #01403D
Text Example
Text Example
White with #01403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01403D; }
p { color: rgb(1,64,61); }
H1.HeaderClassName
{
color: #01403D;
}
.AnyTagClassName
{
color: #01403D;
}
</style>
background-color css
<style>
a { background-color: #01403D; }
a { background-color: rgb(1,64,61); }
div.DivClassName
{
background-color: #01403D;
}
.BgClassName
{
background-color: #01403D;
}
</style>
border-color css
<style>
span { border-color: #01403D; }
span { border-color: rgb(1,64,61); }
td.TdClassName
{
border-color: #01403D;
}
.TagClassName
{
border-color: #01403D;
}
</style>