Shades of Cyprus #01413F
Tints of Cyprus #01413F
RGB
CMYK
RGB Variations
Color information
#01413F (or 0x01413F) is known color: Cyprus. HEX triplet: 01, 41 and 3F. RGB value is (1,65,63). Sum of RGB (Red+Green+Blue) = 1+65+63=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #01413F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01413F is #FEBEC0. Grayscale: #2D2D2D. Windows color (decimal): -16694977 or 4145409. OLE color: 4145409.
HSL color Cylindrical-coordinate representation of color #01413F: hue angle of 178.12º 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 #01413F is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 65 | 63 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.75 |
| HSL | 178.13º | 0.97% | 0.13% | - |
| HSV(B) | 178.13º | 0.98% | 0.25% | - |
| XYZ | 2.8 | 4.15 | 5.36 | - |
| YUV | 45.64 | 137.8 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 63 | 0.98 | 0 | 0.03 | 0.75 | 178.13 | 0.97 | 0.13 |
| Hex | 1 | 41 | 3F | 62 | 0 | 3 | 4B | B2 | 61 | D |
| Octal | 1 | 101 | 77 | 142 | 0 | 3 | 113 | 262 | 141 | 15 |
| Binary | 1 | 1000001 | 111111 | 1100010 | 0 | 11 | 1001011 | 10110010 | 1100001 | 1101 |
Color Harmonies of #01413F
Complementary color
Monochromatic Colors of #01413F
Black with #01413F
Text Example
Text Example
White with #01413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01413F; }
p { color: rgb(1,65,63); }
H1.HeaderClassName
{
color: #01413F;
}
.AnyTagClassName
{
color: #01413F;
}
</style>
background-color css
<style>
a { background-color: #01413F; }
a { background-color: rgb(1,65,63); }
div.DivClassName
{
background-color: #01413F;
}
.BgClassName
{
background-color: #01413F;
}
</style>
border-color css
<style>
span { border-color: #01413F; }
span { border-color: rgb(1,65,63); }
td.TdClassName
{
border-color: #01413F;
}
.TagClassName
{
border-color: #01413F;
}
</style>