#02463B

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

Shades of Cyprus #02463B

Tints of Cyprus #02463B

Color information

#02463B (or 0x02463B) is unknown color: approx Cyprus. HEX triplet: 02, 46 and 3B. RGB value is (2,70,59). Sum of RGB (Red+Green+Blue) = 2+70+59=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 70 (27.73% from 255 or 53.44% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 70 - color contains mainly: green. Hex color #02463B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02463B is #FDB9C4. Grayscale: #303030. Windows color (decimal): -16628165 or 3884546. OLE color: 3884546.

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

Color convert

RGB27059-
CMYK0.9700.160.73
HSL170.29º94.44%14.12%-
HSV(B)170.29º97.14%27.45%-
XYZ34.714.89-
YUV48.41133.9794.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.53%
GREEN value IS 70 (27.73% from 255) = 53.44%
BLUE value IS 59 (23.44% from 255) = 45.04%
R=1.53%
G=53.44%
B=45.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal270590.9700.160.73170.2994.4414.12
Hex2463B6101049aa5ee
Octal21067314102011125213616
Binary101000110111011110000101000010010011010101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02463B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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