Shades of Cyprus #01413E
Tints of Cyprus #01413E
RGB
CMYK
RGB Variations
Color information
#01413E (or 0x01413E) is known color: Cyprus. HEX triplet: 01, 41 and 3E. RGB value is (1,65,62). Sum of RGB (Red+Green+Blue) = 1+65+62=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #01413E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01413E is #FEBEC1. Grayscale: #2D2D2D. Windows color (decimal): -16694978 or 4079873. OLE color: 4079873.
HSL color Cylindrical-coordinate representation of color #01413E: hue angle of 177.19º 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 #01413E is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 62 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.75 |
| HSL | 177.19º | 0.97% | 0.13% | - |
| HSV(B) | 177.19º | 0.98% | 0.25% | - |
| XYZ | 2.77 | 4.13 | 5.21 | - |
| YUV | 45.52 | 137.3 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 62 | 0.98 | 0 | 0.05 | 0.75 | 177.19 | 0.97 | 0.13 |
| Hex | 1 | 41 | 3E | 62 | 0 | 5 | 4B | B1 | 61 | D |
| Octal | 1 | 101 | 76 | 142 | 0 | 5 | 113 | 261 | 141 | 15 |
| Binary | 1 | 1000001 | 111110 | 1100010 | 0 | 101 | 1001011 | 10110001 | 1100001 | 1101 |
Color Harmonies of #01413E
Complementary color
Monochromatic Colors of #01413E
Black with #01413E
Text Example
Text Example
White with #01413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01413E; }
p { color: rgb(1,65,62); }
H1.HeaderClassName
{
color: #01413E;
}
.AnyTagClassName
{
color: #01413E;
}
</style>
background-color css
<style>
a { background-color: #01413E; }
a { background-color: rgb(1,65,62); }
div.DivClassName
{
background-color: #01413E;
}
.BgClassName
{
background-color: #01413E;
}
</style>
border-color css
<style>
span { border-color: #01413E; }
span { border-color: rgb(1,65,62); }
td.TdClassName
{
border-color: #01413E;
}
.TagClassName
{
border-color: #01413E;
}
</style>