Shades of Cyprus #02393C
Tints of Cyprus #02393C
RGB
CMYK
RGB Variations
Color information
#02393C (or 0x02393C) is known color: Cyprus. HEX triplet: 02, 39 and 3C. RGB value is (2,57,60). Sum of RGB (Red+Green+Blue) = 2+57+60=119 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.68% from 119); Green value is 57 (22.66% from 255 or 47.90% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #02393C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02393C is #FDC6C3. Grayscale: #282828. Windows color (decimal): -16631492 or 3946754. OLE color: 3946754.
HSL color Cylindrical-coordinate representation of color #02393C: hue angle of 183.1º 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 #02393C is Cyan = 0.97, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 57 | 60 | - |
| CMYK | 0.97 | 0.05 | 0 | 0.76 |
| HSL | 183.1º | 0.94% | 0.12% | - |
| HSV(B) | 183.1º | 0.97% | 0.24% | - |
| XYZ | 2.3 | 3.27 | 4.78 | - |
| YUV | 40.9 | 138.78 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 57 | 60 | 0.97 | 0.05 | 0 | 0.76 | 183.1 | 0.94 | 0.12 |
| Hex | 2 | 39 | 3C | 61 | 5 | 0 | 4C | B7 | 5E | C |
| Octal | 2 | 71 | 74 | 141 | 5 | 0 | 114 | 267 | 136 | 14 |
| Binary | 10 | 111001 | 111100 | 1100001 | 101 | 0 | 1001100 | 10110111 | 1011110 | 1100 |
Color Harmonies of #02393C
Complementary color
Monochromatic Colors of #02393C
Black with #02393C
Text Example
Text Example
White with #02393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02393C; }
p { color: rgb(2,57,60); }
H1.HeaderClassName
{
color: #02393C;
}
.AnyTagClassName
{
color: #02393C;
}
</style>
background-color css
<style>
a { background-color: #02393C; }
a { background-color: rgb(2,57,60); }
div.DivClassName
{
background-color: #02393C;
}
.BgClassName
{
background-color: #02393C;
}
</style>
border-color css
<style>
span { border-color: #02393C; }
span { border-color: rgb(2,57,60); }
td.TdClassName
{
border-color: #02393C;
}
.TagClassName
{
border-color: #02393C;
}
</style>