Shades of Cyprus #02463C
Tints of Cyprus #02463C
RGB
CMYK
RGB Variations
Color information
#02463C (or 0x02463C) is known color: Cyprus. HEX triplet: 02, 46 and 3C. RGB value is (2,70,60). Sum of RGB (Red+Green+Blue) = 2+70+60=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 70 (27.73% from 255 or 53.03% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 70 - color contains mainly: green. Hex color #02463C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02463C is #FDB9C3. Grayscale: #303030. Windows color (decimal): -16628164 or 3950082. OLE color: 3950082.
HSL color Cylindrical-coordinate representation of color #02463C: hue angle of 171.18º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02463C is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 70 | 60 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.73 |
| HSL | 171.18º | 0.94% | 0.14% | - |
| HSV(B) | 171.18º | 0.97% | 0.27% | - |
| XYZ | 3.03 | 4.72 | 5.03 | - |
| YUV | 48.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 70 | 60 | 0.97 | 0 | 0.14 | 0.73 | 171.18 | 0.94 | 0.14 |
| Hex | 2 | 46 | 3C | 61 | 0 | E | 49 | AB | 5E | E |
| Octal | 2 | 106 | 74 | 141 | 0 | 16 | 111 | 253 | 136 | 16 |
| Binary | 10 | 1000110 | 111100 | 1100001 | 0 | 1110 | 1001001 | 10101011 | 1011110 | 1110 |
Color Harmonies of #02463C
Complementary color
Monochromatic Colors of #02463C
Black with #02463C
Text Example
Text Example
White with #02463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02463C; }
p { color: rgb(2,70,60); }
H1.HeaderClassName
{
color: #02463C;
}
.AnyTagClassName
{
color: #02463C;
}
</style>
background-color css
<style>
a { background-color: #02463C; }
a { background-color: rgb(2,70,60); }
div.DivClassName
{
background-color: #02463C;
}
.BgClassName
{
background-color: #02463C;
}
</style>
border-color css
<style>
span { border-color: #02463C; }
span { border-color: rgb(2,70,60); }
td.TdClassName
{
border-color: #02463C;
}
.TagClassName
{
border-color: #02463C;
}
</style>