Shades of Cyprus #013B38
Tints of Cyprus #013B38
RGB
CMYK
RGB Variations
Color information
#013B38 (or 0x013B38) is known color: Cyprus. HEX triplet: 01, 3B and 38. RGB value is (1,59,56). Sum of RGB (Red+Green+Blue) = 1+59+56=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #013B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013B38 is #FEC4C7. Grayscale: #292929. Windows color (decimal): -16696520 or 3685121. OLE color: 3685121.
HSL color Cylindrical-coordinate representation of color #013B38: hue angle of 176.9º 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 #013B38 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 59 | 56 | - |
| CMYK | 0.98 | 0 | 0.05 | 0.77 |
| HSL | 176.9º | 0.97% | 0.12% | - |
| HSV(B) | 176.9º | 0.98% | 0.23% | - |
| XYZ | 2.29 | 3.42 | 4.28 | - |
| YUV | 41.32 | 136.28 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 56 | 0.98 | 0 | 0.05 | 0.77 | 176.9 | 0.97 | 0.12 |
| Hex | 1 | 3B | 38 | 62 | 0 | 5 | 4D | B1 | 61 | C |
| Octal | 1 | 73 | 70 | 142 | 0 | 5 | 115 | 261 | 141 | 14 |
| Binary | 1 | 111011 | 111000 | 1100010 | 0 | 101 | 1001101 | 10110001 | 1100001 | 1100 |
Color Harmonies of #013B38
Complementary color
Monochromatic Colors of #013B38
Black with #013B38
Text Example
Text Example
White with #013B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B38; }
p { color: rgb(1,59,56); }
H1.HeaderClassName
{
color: #013B38;
}
.AnyTagClassName
{
color: #013B38;
}
</style>
background-color css
<style>
a { background-color: #013B38; }
a { background-color: rgb(1,59,56); }
div.DivClassName
{
background-color: #013B38;
}
.BgClassName
{
background-color: #013B38;
}
</style>
border-color css
<style>
span { border-color: #013B38; }
span { border-color: rgb(1,59,56); }
td.TdClassName
{
border-color: #013B38;
}
.TagClassName
{
border-color: #013B38;
}
</style>