Shades of Cyprus #02453D
Tints of Cyprus #02453D
RGB
CMYK
RGB Variations
Color information
#02453D (or 0x02453D) is known color: Cyprus. HEX triplet: 02, 45 and 3D. RGB value is (2,69,61). Sum of RGB (Red+Green+Blue) = 2+69+61=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 61 (24.22% from 255 or 46.21% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #02453D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02453D is #FDBAC2. Grayscale: #303030. Windows color (decimal): -16628419 or 4015362. OLE color: 4015362.
HSL color Cylindrical-coordinate representation of color #02453D: hue angle of 172.84º 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 #02453D is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 69 | 61 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.73 |
| HSL | 172.84º | 0.94% | 0.14% | - |
| HSV(B) | 172.84º | 0.97% | 0.27% | - |
| XYZ | 3 | 4.61 | 5.15 | - |
| YUV | 48.06 | 135.3 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 61 | 0.97 | 0 | 0.12 | 0.73 | 172.84 | 0.94 | 0.14 |
| Hex | 2 | 45 | 3D | 61 | 0 | C | 49 | AD | 5E | E |
| Octal | 2 | 105 | 75 | 141 | 0 | 14 | 111 | 255 | 136 | 16 |
| Binary | 10 | 1000101 | 111101 | 1100001 | 0 | 1100 | 1001001 | 10101101 | 1011110 | 1110 |
Color Harmonies of #02453D
Complementary color
Monochromatic Colors of #02453D
Black with #02453D
Text Example
Text Example
White with #02453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02453D; }
p { color: rgb(2,69,61); }
H1.HeaderClassName
{
color: #02453D;
}
.AnyTagClassName
{
color: #02453D;
}
</style>
background-color css
<style>
a { background-color: #02453D; }
a { background-color: rgb(2,69,61); }
div.DivClassName
{
background-color: #02453D;
}
.BgClassName
{
background-color: #02453D;
}
</style>
border-color css
<style>
span { border-color: #02453D; }
span { border-color: rgb(2,69,61); }
td.TdClassName
{
border-color: #02453D;
}
.TagClassName
{
border-color: #02453D;
}
</style>