Html Css Color HEX #013E35 Cyprus

📋 copy color: '#013E35'

red 1 ◦ green 62 ◦ blue 53

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

Shades of Cyprus #013E35

Tints of Cyprus #013E35

RGB

 RED value IS 1 (0.78% from 255) = 0.86%

 GREEN value IS 62 (24.61% from 255) = 53.45%

 BLUE value IS 53 (21.09% from 255) = 45.69%

R = 0.86%
G = 53.45%
B = 45.69%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.76

RGB Variations

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

Color information

#013E35 (or 0x013E35) is known color: Cyprus. HEX triplet: 01, 3E and 35. RGB value is (1,62,53). Sum of RGB (Red+Green+Blue) = 1+62+53=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 62 (24.61% from 255 or 53.45% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 62 - color contains mainly: green. Hex color #013E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E35 is #FEC1CA. Grayscale: #2A2A2A. Windows color (decimal): -16695755 or 3489281. OLE color: 3489281.

HSL color Cylindrical-coordinate representation of color #013E35: hue angle of 171.15º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E35 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 62 53 -
CMYK 0.98 0 0.15 0.76
HSL 171.15º 0.97% 0.12% -
HSV(B) 171.15º 0.98% 0.24% -
XYZ 2.38 3.71 3.96 -
YUV 42.74 133.79 98.23 -
System Red Green Blue C M Y K H S L
Decimal 1 62 53 0.98 0 0.15 0.76 171.15 0.97 0.12
Hex 1 3E 35 62 0 F 4C AB 61 C
Octal 1 76 65 142 0 17 114 253 141 14
Binary 1 111110 110101 1100010 0 1111 1001100 10101011 1100001 1100

Color Harmonies of #013E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E35

Black with #013E35

Text Example


Text Example

White with #013E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013E35; }

 p { color: rgb(1,62,53); }

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

background-color css

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

 a { background-color: rgb(1,62,53); }

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

border-color css

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

 span { border-color: rgb(1,62,53); }

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