Shades of Cyprus #02393D
Tints of Cyprus #02393D
RGB
CMYK
RGB Variations
Color information
#02393D (or 0x02393D) is known color: Cyprus. HEX triplet: 02, 39 and 3D. RGB value is (2,57,61). Sum of RGB (Red+Green+Blue) = 2+57+61=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 57 (22.66% from 255 or 47.5% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #02393D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02393D is #FDC6C2. Grayscale: #282828. Windows color (decimal): -16631491 or 4012290. OLE color: 4012290.
HSL color Cylindrical-coordinate representation of color #02393D: hue angle of 184.07º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02393D is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 57 | 61 | - |
| CMYK | 0.97 | 0.07 | 0 | 0.76 |
| HSL | 184.07º | 0.94% | 0.12% | - |
| HSV(B) | 184.07º | 0.97% | 0.24% | - |
| XYZ | 2.33 | 3.28 | 4.92 | - |
| YUV | 41.01 | 139.28 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 61 | 0.97 | 0.07 | 0 | 0.76 | 184.07 | 0.94 | 0.12 |
| Hex | 2 | 39 | 3D | 61 | 7 | 0 | 4C | B8 | 5E | C |
| Octal | 2 | 71 | 75 | 141 | 7 | 0 | 114 | 270 | 136 | 14 |
| Binary | 10 | 111001 | 111101 | 1100001 | 111 | 0 | 1001100 | 10111000 | 1011110 | 1100 |
Color Harmonies of #02393D
Complementary color
Monochromatic Colors of #02393D
Black with #02393D
Text Example
Text Example
White with #02393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02393D; }
p { color: rgb(2,57,61); }
H1.HeaderClassName
{
color: #02393D;
}
.AnyTagClassName
{
color: #02393D;
}
</style>
background-color css
<style>
a { background-color: #02393D; }
a { background-color: rgb(2,57,61); }
div.DivClassName
{
background-color: #02393D;
}
.BgClassName
{
background-color: #02393D;
}
</style>
border-color css
<style>
span { border-color: #02393D; }
span { border-color: rgb(2,57,61); }
td.TdClassName
{
border-color: #02393D;
}
.TagClassName
{
border-color: #02393D;
}
</style>