Shades of Cyprus #013A3D
Tints of Cyprus #013A3D
RGB
CMYK
RGB Variations
Color information
#013A3D (or 0x013A3D) is known color: Cyprus. HEX triplet: 01, 3A and 3D. RGB value is (1,58,61). Sum of RGB (Red+Green+Blue) = 1+58+61=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #013A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A3D is #FEC5C2. Grayscale: #292929. Windows color (decimal): -16696771 or 4012545. OLE color: 4012545.
HSL color Cylindrical-coordinate representation of color #013A3D: hue angle of 183º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A3D is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 58 | 61 | - |
| CMYK | 0.98 | 0.05 | 0 | 0.76 |
| HSL | 183º | 0.97% | 0.12% | - |
| HSV(B) | 183º | 0.98% | 0.24% | - |
| XYZ | 2.37 | 3.37 | 4.94 | - |
| YUV | 41.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 61 | 0.98 | 0.05 | 0 | 0.76 | 183 | 0.97 | 0.12 |
| Hex | 1 | 3A | 3D | 62 | 5 | 0 | 4C | B7 | 61 | C |
| Octal | 1 | 72 | 75 | 142 | 5 | 0 | 114 | 267 | 141 | 14 |
| Binary | 1 | 111010 | 111101 | 1100010 | 101 | 0 | 1001100 | 10110111 | 1100001 | 1100 |
Color Harmonies of #013A3D
Complementary color
Monochromatic Colors of #013A3D
Black with #013A3D
Text Example
Text Example
White with #013A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A3D; }
p { color: rgb(1,58,61); }
H1.HeaderClassName
{
color: #013A3D;
}
.AnyTagClassName
{
color: #013A3D;
}
</style>
background-color css
<style>
a { background-color: #013A3D; }
a { background-color: rgb(1,58,61); }
div.DivClassName
{
background-color: #013A3D;
}
.BgClassName
{
background-color: #013A3D;
}
</style>
border-color css
<style>
span { border-color: #013A3D; }
span { border-color: rgb(1,58,61); }
td.TdClassName
{
border-color: #013A3D;
}
.TagClassName
{
border-color: #013A3D;
}
</style>