Html Css Color HEX #02463E Cyprus

📋 copy color: '#02463E'

red 2 ◦ green 70 ◦ blue 62

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

Shades of Cyprus #02463E

Tints of Cyprus #02463E

RGB

 RED value IS 2 (1.17% from 255) = 1.49%

 GREEN value IS 70 (27.73% from 255) = 52.24%

 BLUE value IS 62 (24.61% from 255) = 46.27%

R = 1.49%
G = 52.24%
B = 46.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.11

 K value IS 0.73

RGB Variations

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

Color information

#02463E (or 0x02463E) is known color: Cyprus. HEX triplet: 02, 46 and 3E. RGB value is (2,70,62). Sum of RGB (Red+Green+Blue) = 2+70+62=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 70 (27.73% from 255 or 52.24% from 134); Blue value is 62 (24.61% from 255 or 46.27% from 134); Max value from RGB is 70 - color contains mainly: green. Hex color #02463E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02463E is #FDB9C1. Grayscale: #303030. Windows color (decimal): -16628162 or 4081154. OLE color: 4081154.

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

Color convert

RGB 2 70 62 -
CMYK 0.97 0 0.11 0.73
HSL 172.94º 0.94% 0.14% -
HSV(B) 172.94º 0.97% 0.27% -
XYZ 3.08 4.74 5.31 -
YUV 48.76 135.47 94.65 -
System Red Green Blue C M Y K H S L
Decimal 2 70 62 0.97 0 0.11 0.73 172.94 0.94 0.14
Hex 2 46 3E 61 0 B 49 AD 5E E
Octal 2 106 76 141 0 13 111 255 136 16
Binary 10 1000110 111110 1100001 0 1011 1001001 10101101 1011110 1110

Color Harmonies of #02463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02463E

Black with #02463E

Text Example


Text Example

White with #02463E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02463E;
 }
 .AnyTagClassName
 {
   color: #02463E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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