#02463F

Color #02463F Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #02463F

Tints of Cyprus #02463F

Color information

#02463F (or 0x02463F) is unknown color: approx Cyprus. HEX triplet: 02, 46 and 3F. RGB value is (2,70,63). Sum of RGB (Red+Green+Blue) = 2+70+63=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 70 (27.73% from 255 or 51.85% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 70 - color contains mainly: green. Hex color #02463F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02463F is #FDB9C0. Grayscale: #303030. Windows color (decimal): -16628161 or 4146690. OLE color: 4146690.

HSL color Cylindrical-coordinate representation of color #02463F: hue angle of 173.82º 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 #02463F is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB27063-
CMYK0.9700.100.73
HSL173.82º94.44%14.12%-
HSV(B)173.82º97.14%27.45%-
XYZ3.114.755.46-
YUV48.87135.9794.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 70 (27.73% from 255) = 51.85%
BLUE value IS 63 (25% from 255) = 46.67%
R=1.48%
G=51.85%
B=46.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal270630.9700.100.73173.8294.4414.12
Hex2463F610A49ae5ee
Octal21067714101211125613616
Binary10100011011111111000010101010010011010111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02463F; }

 p { color: rgb(2,70,63); }

 H1.HeaderClassName
 {
   color: #02463F;
 }
 .AnyTagClassName
 {
   color: #02463F;
 }
</style>
background-color css

<style>
 a { background-color: #02463F; }

 a { background-color: rgb(2,70,63); }

 div.DivClassName
 {
   background-color: #02463F;
 }
 .BgClassName
 {
   background-color: #02463F;
 }
</style>
border-color css

<style>
 span { border-color: #02463F; }

 span { border-color: rgb(2,70,63); }

 td.TdClassName
 {
   border-color: #02463F;
 }
 .TagClassName
 {
   border-color: #02463F;
 }
</style>