Shades of Cyprus #013E40
Tints of Cyprus #013E40
RGB
CMYK
RGB Variations
Color information
#013E40 (or 0x013E40) is known color: Cyprus. HEX triplet: 01, 3E and 40. RGB value is (1,62,64). Sum of RGB (Red+Green+Blue) = 1+62+64=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 62 (24.61% from 255 or 48.82% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #013E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E40 is #FEC1BF. Grayscale: #2B2B2B. Windows color (decimal): -16695744 or 4210177. OLE color: 4210177.
HSL color Cylindrical-coordinate representation of color #013E40: hue angle of 181.9º 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 #013E40 is Cyan = 0.98, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 1 | 62 | 64 | - |
| CMYK | 0.98 | 0.03 | 0 | 0.75 |
| HSL | 181.9º | 0.97% | 0.13% | - |
| HSV(B) | 181.9º | 0.98% | 0.25% | - |
| XYZ | 2.66 | 3.82 | 5.45 | - |
| YUV | 43.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 64 | 0.98 | 0.03 | 0 | 0.75 | 181.9 | 0.97 | 0.13 |
| Hex | 1 | 3E | 40 | 62 | 3 | 0 | 4B | B6 | 61 | D |
| Octal | 1 | 76 | 100 | 142 | 3 | 0 | 113 | 266 | 141 | 15 |
| Binary | 1 | 111110 | 1000000 | 1100010 | 11 | 0 | 1001011 | 10110110 | 1100001 | 1101 |
Color Harmonies of #013E40
Complementary color
Monochromatic Colors of #013E40
Black with #013E40
Text Example
Text Example
White with #013E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E40; }
p { color: rgb(1,62,64); }
H1.HeaderClassName
{
color: #013E40;
}
.AnyTagClassName
{
color: #013E40;
}
</style>
background-color css
<style>
a { background-color: #013E40; }
a { background-color: rgb(1,62,64); }
div.DivClassName
{
background-color: #013E40;
}
.BgClassName
{
background-color: #013E40;
}
</style>
border-color css
<style>
span { border-color: #013E40; }
span { border-color: rgb(1,62,64); }
td.TdClassName
{
border-color: #013E40;
}
.TagClassName
{
border-color: #013E40;
}
</style>