Html Css Color HEX #02413E Cyprus

📋 copy color: '#02413E'

red 2 ◦ green 65 ◦ blue 62

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

Shades of Cyprus #02413E

Tints of Cyprus #02413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50.39%

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

R = 1.55%
G = 50.39%
B = 48.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.05

 K value IS 0.75

RGB Variations

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

Color information

#02413E (or 0x02413E) is known color: Cyprus. HEX triplet: 02, 41 and 3E. RGB value is (2,65,62). Sum of RGB (Red+Green+Blue) = 2+65+62=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 62 (24.61% from 255 or 48.06% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #02413E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02413E is #FDBEC1. Grayscale: #2D2D2D. Windows color (decimal): -16629442 or 4079874. OLE color: 4079874.

HSL color Cylindrical-coordinate representation of color #02413E: hue angle of 177.14º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02413E is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 65 62 -
CMYK 0.97 0 0.05 0.75
HSL 177.14º 0.94% 0.13% -
HSV(B) 177.14º 0.97% 0.25% -
XYZ 2.78 4.14 5.21 -
YUV 45.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 2 65 62 0.97 0 0.05 0.75 177.14 0.94 0.13
Hex 2 41 3E 61 0 5 4B B1 5E D
Octal 2 101 76 141 0 5 113 261 136 15
Binary 10 1000001 111110 1100001 0 101 1001011 10110001 1011110 1101

Color Harmonies of #02413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02413E

Black with #02413E

Text Example


Text Example

White with #02413E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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