Html Css Color HEX #02463B Cyprus

📋 copy color: '#02463B'

red 2 ◦ green 70 ◦ blue 59

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

Shades of Cyprus #02463B

Tints of Cyprus #02463B

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

 M value IS 0

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

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

RGB 2 70 59 -
CMYK 0.97 0 0.16 0.73
HSL 170.29º 0.94% 0.14% -
HSV(B) 170.29º 0.97% 0.27% -
XYZ 3 4.71 4.89 -
YUV 48.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 2 70 59 0.97 0 0.16 0.73 170.29 0.94 0.14
Hex 2 46 3B 61 0 10 49 AA 5E E
Octal 2 106 73 141 0 20 111 252 136 16
Binary 10 1000110 111011 1100001 0 10000 1001001 10101010 1011110 1110

Color Harmonies of #02463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02463B

Black with #02463B

Text Example


Text Example

White with #02463B

Text Example


Text Example

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