Shades of Cyprus #013A33
Tints of Cyprus #013A33
RGB
CMYK
RGB Variations
Color information
#013A33 (or 0x013A33) is known color: Cyprus. HEX triplet: 01, 3A and 33. RGB value is (1,58,51). Sum of RGB (Red+Green+Blue) = 1+58+51=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 58 (23.05% from 255 or 52.73% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 58 - color contains mainly: green. Hex color #013A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013A33 is #FEC5CC. Grayscale: #282828. Windows color (decimal): -16696781 or 3357185. OLE color: 3357185.
HSL color Cylindrical-coordinate representation of color #013A33: hue angle of 172.63º 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 #013A33 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 58 | 51 | - |
| CMYK | 0.98 | 0 | 0.12 | 0.77 |
| HSL | 172.63º | 0.97% | 0.12% | - |
| HSV(B) | 172.63º | 0.98% | 0.23% | - |
| XYZ | 2.12 | 3.27 | 3.65 | - |
| YUV | 40.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 58 | 51 | 0.98 | 0 | 0.12 | 0.77 | 172.63 | 0.97 | 0.12 |
| Hex | 1 | 3A | 33 | 62 | 0 | C | 4D | AD | 61 | C |
| Octal | 1 | 72 | 63 | 142 | 0 | 14 | 115 | 255 | 141 | 14 |
| Binary | 1 | 111010 | 110011 | 1100010 | 0 | 1100 | 1001101 | 10101101 | 1100001 | 1100 |
Color Harmonies of #013A33
Complementary color
Monochromatic Colors of #013A33
Black with #013A33
Text Example
Text Example
White with #013A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013A33; }
p { color: rgb(1,58,51); }
H1.HeaderClassName
{
color: #013A33;
}
.AnyTagClassName
{
color: #013A33;
}
</style>
background-color css
<style>
a { background-color: #013A33; }
a { background-color: rgb(1,58,51); }
div.DivClassName
{
background-color: #013A33;
}
.BgClassName
{
background-color: #013A33;
}
</style>
border-color css
<style>
span { border-color: #013A33; }
span { border-color: rgb(1,58,51); }
td.TdClassName
{
border-color: #013A33;
}
.TagClassName
{
border-color: #013A33;
}
</style>