Shades of Cyprus #01403B
Tints of Cyprus #01403B
RGB
CMYK
RGB Variations
Color information
#01403B (or 0x01403B) is known color: Cyprus. HEX triplet: 01, 40 and 3B. RGB value is (1,64,59). Sum of RGB (Red+Green+Blue) = 1+64+59=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #01403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01403B is #FEBFC4. Grayscale: #2C2C2C. Windows color (decimal): -16695237 or 3883009. OLE color: 3883009.
HSL color Cylindrical-coordinate representation of color #01403B: hue angle of 175.24º 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 #01403B is Cyan = 0.98, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 64 | 59 | - |
| CMYK | 0.98 | 0 | 0.08 | 0.75 |
| HSL | 175.24º | 0.97% | 0.13% | - |
| HSV(B) | 175.24º | 0.98% | 0.25% | - |
| XYZ | 2.64 | 3.99 | 4.77 | - |
| YUV | 44.59 | 136.13 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 59 | 0.98 | 0 | 0.08 | 0.75 | 175.24 | 0.97 | 0.13 |
| Hex | 1 | 40 | 3B | 62 | 0 | 8 | 4B | AF | 61 | D |
| Octal | 1 | 100 | 73 | 142 | 0 | 10 | 113 | 257 | 141 | 15 |
| Binary | 1 | 1000000 | 111011 | 1100010 | 0 | 1000 | 1001011 | 10101111 | 1100001 | 1101 |
Color Harmonies of #01403B
Complementary color
Monochromatic Colors of #01403B
Black with #01403B
Text Example
Text Example
White with #01403B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01403B; }
p { color: rgb(1,64,59); }
H1.HeaderClassName
{
color: #01403B;
}
.AnyTagClassName
{
color: #01403B;
}
</style>
background-color css
<style>
a { background-color: #01403B; }
a { background-color: rgb(1,64,59); }
div.DivClassName
{
background-color: #01403B;
}
.BgClassName
{
background-color: #01403B;
}
</style>
border-color css
<style>
span { border-color: #01403B; }
span { border-color: rgb(1,64,59); }
td.TdClassName
{
border-color: #01403B;
}
.TagClassName
{
border-color: #01403B;
}
</style>