Html Css Color HEX #024139 Cyprus

📋 copy color: '#024139'

red 2 ◦ green 65 ◦ blue 57

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

Shades of Cyprus #024139

Tints of Cyprus #024139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 45.97%

R = 1.61%
G = 52.42%
B = 45.97%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.75

RGB Variations

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

Color information

#024139 (or 0x024139) is known color: Cyprus. HEX triplet: 02, 41 and 39. RGB value is (2,65,57). Sum of RGB (Red+Green+Blue) = 2+65+57=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #024139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024139 is #FDBEC6. Grayscale: #2D2D2D. Windows color (decimal): -16629447 or 3752194. OLE color: 3752194.

HSL color Cylindrical-coordinate representation of color #024139: hue angle of 172.38º 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 #024139 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB 2 65 57 -
CMYK 0.97 0 0.12 0.75
HSL 172.38º 0.94% 0.13% -
HSV(B) 172.38º 0.97% 0.25% -
XYZ 2.65 4.09 4.52 -
YUV 45.25 134.63 97.15 -
System Red Green Blue C M Y K H S L
Decimal 2 65 57 0.97 0 0.12 0.75 172.38 0.94 0.13
Hex 2 41 39 61 0 C 4B AC 5E D
Octal 2 101 71 141 0 14 113 254 136 15
Binary 10 1000001 111001 1100001 0 1100 1001011 10101100 1011110 1101

Color Harmonies of #024139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024139

Black with #024139

Text Example


Text Example

White with #024139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024139; }

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

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

background-color css

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

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

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

border-color css

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

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

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