Shades of Cyprus #02393B
Tints of Cyprus #02393B
RGB
CMYK
RGB Variations
Color information
#02393B (or 0x02393B) is known color: Cyprus. HEX triplet: 02, 39 and 3B. RGB value is (2,57,59). Sum of RGB (Red+Green+Blue) = 2+57+59=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 57 (22.66% from 255 or 48.31% from 118); Blue value is 59 (23.44% from 255 or 50% from 118); Max value from RGB is 59 - color contains mainly: blue. Hex color #02393B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02393B is #FDC6C4. Grayscale: #282828. Windows color (decimal): -16631493 or 3881218. OLE color: 3881218.
HSL color Cylindrical-coordinate representation of color #02393B: hue angle of 182.11º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02393B is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 57 | 59 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.77 |
| HSL | 182.11º | 0.93% | 0.12% | - |
| HSV(B) | 182.11º | 0.97% | 0.23% | - |
| XYZ | 2.28 | 3.25 | 4.65 | - |
| YUV | 40.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 59 | 0.97 | 0.03 | 0 | 0.77 | 182.11 | 0.93 | 0.12 |
| Hex | 2 | 39 | 3B | 61 | 3 | 0 | 4D | B6 | 5D | C |
| Octal | 2 | 71 | 73 | 141 | 3 | 0 | 115 | 266 | 135 | 14 |
| Binary | 10 | 111001 | 111011 | 1100001 | 11 | 0 | 1001101 | 10110110 | 1011101 | 1100 |
Color Harmonies of #02393B
Complementary color
Monochromatic Colors of #02393B
Black with #02393B
Text Example
Text Example
White with #02393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02393B; }
p { color: rgb(2,57,59); }
H1.HeaderClassName
{
color: #02393B;
}
.AnyTagClassName
{
color: #02393B;
}
</style>
background-color css
<style>
a { background-color: #02393B; }
a { background-color: rgb(2,57,59); }
div.DivClassName
{
background-color: #02393B;
}
.BgClassName
{
background-color: #02393B;
}
</style>
border-color css
<style>
span { border-color: #02393B; }
span { border-color: rgb(2,57,59); }
td.TdClassName
{
border-color: #02393B;
}
.TagClassName
{
border-color: #02393B;
}
</style>