Shades of Cyprus #013A38
Tints of Cyprus #013A38
RGB
CMYK
RGB Variations
Color information
#013A38 (or 0x013A38) is known color: Cyprus. HEX triplet: 01, 3A and 38. RGB value is (1,58,56). Sum of RGB (Red+Green+Blue) = 1+58+56=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #013A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A38 is #FEC5C7. Grayscale: #282828. Windows color (decimal): -16696776 or 3684865. OLE color: 3684865.
HSL color Cylindrical-coordinate representation of color #013A38: hue angle of 177.89º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013A38 is Cyan = 0.98, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 58 | 56 | - |
| CMYK | 0.98 | 0 | 0.03 | 0.77 |
| HSL | 177.89º | 0.97% | 0.12% | - |
| HSV(B) | 177.89º | 0.98% | 0.23% | - |
| XYZ | 2.24 | 3.32 | 4.26 | - |
| YUV | 40.73 | 136.62 | 99.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 56 | 0.98 | 0 | 0.03 | 0.77 | 177.89 | 0.97 | 0.12 |
| Hex | 1 | 3A | 38 | 62 | 0 | 3 | 4D | B2 | 61 | C |
| Octal | 1 | 72 | 70 | 142 | 0 | 3 | 115 | 262 | 141 | 14 |
| Binary | 1 | 111010 | 111000 | 1100010 | 0 | 11 | 1001101 | 10110010 | 1100001 | 1100 |
Color Harmonies of #013A38
Complementary color
Monochromatic Colors of #013A38
Black with #013A38
Text Example
Text Example
White with #013A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A38; }
p { color: rgb(1,58,56); }
H1.HeaderClassName
{
color: #013A38;
}
.AnyTagClassName
{
color: #013A38;
}
</style>
background-color css
<style>
a { background-color: #013A38; }
a { background-color: rgb(1,58,56); }
div.DivClassName
{
background-color: #013A38;
}
.BgClassName
{
background-color: #013A38;
}
</style>
border-color css
<style>
span { border-color: #013A38; }
span { border-color: rgb(1,58,56); }
td.TdClassName
{
border-color: #013A38;
}
.TagClassName
{
border-color: #013A38;
}
</style>