Shades of Cyprus #02393E
Tints of Cyprus #02393E
RGB
CMYK
RGB Variations
Color information
#02393E (or 0x02393E) is known color: Cyprus. HEX triplet: 02, 39 and 3E. RGB value is (2,57,62). Sum of RGB (Red+Green+Blue) = 2+57+62=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 57 (22.66% from 255 or 47.11% from 121); Blue value is 62 (24.61% from 255 or 51.24% from 121); Max value from RGB is 62 - color contains mainly: blue. Hex color #02393E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02393E is #FDC6C1. Grayscale: #292929. Windows color (decimal): -16631490 or 4077826. OLE color: 4077826.
HSL color Cylindrical-coordinate representation of color #02393E: hue angle of 185º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02393E is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 57 | 62 | - |
| CMYK | 0.97 | 0.08 | 0 | 0.76 |
| HSL | 185º | 0.94% | 0.13% | - |
| HSV(B) | 185º | 0.97% | 0.24% | - |
| XYZ | 2.36 | 3.29 | 5.07 | - |
| YUV | 41.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 62 | 0.97 | 0.08 | 0 | 0.76 | 185 | 0.94 | 0.13 |
| Hex | 2 | 39 | 3E | 61 | 8 | 0 | 4C | B9 | 5E | D |
| Octal | 2 | 71 | 76 | 141 | 10 | 0 | 114 | 271 | 136 | 15 |
| Binary | 10 | 111001 | 111110 | 1100001 | 1000 | 0 | 1001100 | 10111001 | 1011110 | 1101 |
Color Harmonies of #02393E
Complementary color
Monochromatic Colors of #02393E
Black with #02393E
Text Example
Text Example
White with #02393E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02393E; }
p { color: rgb(2,57,62); }
H1.HeaderClassName
{
color: #02393E;
}
.AnyTagClassName
{
color: #02393E;
}
</style>
background-color css
<style>
a { background-color: #02393E; }
a { background-color: rgb(2,57,62); }
div.DivClassName
{
background-color: #02393E;
}
.BgClassName
{
background-color: #02393E;
}
</style>
border-color css
<style>
span { border-color: #02393E; }
span { border-color: rgb(2,57,62); }
td.TdClassName
{
border-color: #02393E;
}
.TagClassName
{
border-color: #02393E;
}
</style>