Shades of Cyprus #02493D
Tints of Cyprus #02493D
RGB
CMYK
RGB Variations
Color information
#02493D (or 0x02493D) is known color: Cyprus. HEX triplet: 02, 49 and 3D. RGB value is (2,73,61). Sum of RGB (Red+Green+Blue) = 2+73+61=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 73 (28.91% from 255 or 53.68% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 73 - color contains mainly: green. Hex color #02493D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02493D is #FDB6C2. Grayscale: #323232. Windows color (decimal): -16627395 or 4016386. OLE color: 4016386.
HSL color Cylindrical-coordinate representation of color #02493D: hue angle of 169.86º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02493D is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 73 | 61 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.71 |
| HSL | 169.86º | 0.95% | 0.15% | - |
| HSV(B) | 169.86º | 0.97% | 0.29% | - |
| XYZ | 3.25 | 5.11 | 5.23 | - |
| YUV | 50.4 | 133.98 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 73 | 61 | 0.97 | 0 | 0.16 | 0.71 | 169.86 | 0.95 | 0.15 |
| Hex | 2 | 49 | 3D | 61 | 0 | 10 | 47 | AA | 5F | F |
| Octal | 2 | 111 | 75 | 141 | 0 | 20 | 107 | 252 | 137 | 17 |
| Binary | 10 | 1001001 | 111101 | 1100001 | 0 | 10000 | 1000111 | 10101010 | 1011111 | 1111 |
Color Harmonies of #02493D
Complementary color
Monochromatic Colors of #02493D
Black with #02493D
Text Example
Text Example
White with #02493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02493D; }
p { color: rgb(2,73,61); }
H1.HeaderClassName
{
color: #02493D;
}
.AnyTagClassName
{
color: #02493D;
}
</style>
background-color css
<style>
a { background-color: #02493D; }
a { background-color: rgb(2,73,61); }
div.DivClassName
{
background-color: #02493D;
}
.BgClassName
{
background-color: #02493D;
}
</style>
border-color css
<style>
span { border-color: #02493D; }
span { border-color: rgb(2,73,61); }
td.TdClassName
{
border-color: #02493D;
}
.TagClassName
{
border-color: #02493D;
}
</style>