Html Css Color HEX #02493B Cyprus

📋 copy color: '#02493B'

red 2 ◦ green 73 ◦ blue 59

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

Shades of Cyprus #02493B

Tints of Cyprus #02493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 54.48%

 BLUE value IS 59 (23.44% from 255) = 44.03%

R = 1.49%
G = 54.48%
B = 44.03%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#02493B (or 0x02493B) is known color: Cyprus. HEX triplet: 02, 49 and 3B. RGB value is (2,73,59). Sum of RGB (Red+Green+Blue) = 2+73+59=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 73 (28.91% from 255 or 54.48% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 73 - color contains mainly: green. Hex color #02493B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02493B is #FDB6C4. Grayscale: #323232. Windows color (decimal): -16627397 or 3885314. OLE color: 3885314.

HSL color Cylindrical-coordinate representation of color #02493B: hue angle of 168.17º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02493B is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 73 59 -
CMYK 0.97 0 0.19 0.71
HSL 168.17º 0.95% 0.15% -
HSV(B) 168.17º 0.97% 0.29% -
XYZ 3.2 5.09 4.95 -
YUV 50.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 2 73 59 0.97 0 0.19 0.71 168.17 0.95 0.15
Hex 2 49 3B 61 0 13 47 A8 5F F
Octal 2 111 73 141 0 23 107 250 137 17
Binary 10 1001001 111011 1100001 0 10011 1000111 10101000 1011111 1111

Color Harmonies of #02493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02493B

Black with #02493B

Text Example


Text Example

White with #02493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02493B;
 }
 .AnyTagClassName
 {
   color: #02493B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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