Html Css Color HEX #02463F Cyprus

📋 copy color: '#02463F'

red 2 ◦ green 70 ◦ blue 63

#02463F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cyprus #02463F

Tints of Cyprus #02463F

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 value IS 0.97

 M value IS 0

 Y value IS 0.10

 K value IS 0.73

RGB Variations

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

Color information

#02463F (or 0x02463F) is known color: 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

RGB 2 70 63 -
CMYK 0.97 0 0.10 0.73
HSL 173.82º 0.94% 0.14% -
HSV(B) 173.82º 0.97% 0.27% -
XYZ 3.11 4.75 5.46 -
YUV 48.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 2 70 63 0.97 0 0.10 0.73 173.82 0.94 0.14
Hex 2 46 3F 61 0 A 49 AE 5E E
Octal 2 106 77 141 0 12 111 256 136 16
Binary 10 1000110 111111 1100001 0 1010 1001001 10101110 1011110 1110

Color Harmonies of #02463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02463F

Black with #02463F

Text Example


Text Example

White with #02463F

Text Example


Text Example

HTML Codes & Css Web 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>