Shades of Cyprus #02393F
Tints of Cyprus #02393F
RGB
CMYK
RGB Variations
Color information
#02393F (or 0x02393F) is known color: Cyprus. HEX triplet: 02, 39 and 3F. RGB value is (2,57,63). Sum of RGB (Red+Green+Blue) = 2+57+63=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 57 (22.66% from 255 or 46.72% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #02393F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02393F is #FDC6C0. Grayscale: #292929. Windows color (decimal): -16631489 or 4143362. OLE color: 4143362.
HSL color Cylindrical-coordinate representation of color #02393F: hue angle of 185.9º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02393F is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 57 | 63 | - |
| CMYK | 0.97 | 0.10 | 0 | 0.75 |
| HSL | 185.9º | 0.94% | 0.13% | - |
| HSV(B) | 185.9º | 0.97% | 0.25% | - |
| XYZ | 2.39 | 3.3 | 5.21 | - |
| YUV | 41.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 63 | 0.97 | 0.10 | 0 | 0.75 | 185.9 | 0.94 | 0.13 |
| Hex | 2 | 39 | 3F | 61 | A | 0 | 4B | BA | 5E | D |
| Octal | 2 | 71 | 77 | 141 | 12 | 0 | 113 | 272 | 136 | 15 |
| Binary | 10 | 111001 | 111111 | 1100001 | 1010 | 0 | 1001011 | 10111010 | 1011110 | 1101 |
Color Harmonies of #02393F
Complementary color
Monochromatic Colors of #02393F
Black with #02393F
Text Example
Text Example
White with #02393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02393F; }
p { color: rgb(2,57,63); }
H1.HeaderClassName
{
color: #02393F;
}
.AnyTagClassName
{
color: #02393F;
}
</style>
background-color css
<style>
a { background-color: #02393F; }
a { background-color: rgb(2,57,63); }
div.DivClassName
{
background-color: #02393F;
}
.BgClassName
{
background-color: #02393F;
}
</style>
border-color css
<style>
span { border-color: #02393F; }
span { border-color: rgb(2,57,63); }
td.TdClassName
{
border-color: #02393F;
}
.TagClassName
{
border-color: #02393F;
}
</style>