Html Css Color HEX #013E3F Cyprus

📋 copy color: '#013E3F'

red 1 ◦ green 62 ◦ blue 63

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

Shades of Cyprus #013E3F

Tints of Cyprus #013E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 50%

R = 0.79%
G = 49.21%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#013E3F (or 0x013E3F) is known color: Cyprus. HEX triplet: 01, 3E and 3F. RGB value is (1,62,63). Sum of RGB (Red+Green+Blue) = 1+62+63=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 62 (24.61% from 255 or 49.21% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #013E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013E3F is #FEC1C0. Grayscale: #2B2B2B. Windows color (decimal): -16695745 or 4144641. OLE color: 4144641.

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

Color convert

RGB 1 62 63 -
CMYK 0.98 0.02 0 0.75
HSL 180.97º 0.97% 0.13% -
HSV(B) 180.97º 0.98% 0.25% -
XYZ 2.63 3.81 5.3 -
YUV 43.88 138.79 97.42 -
System Red Green Blue C M Y K H S L
Decimal 1 62 63 0.98 0.02 0 0.75 180.97 0.97 0.13
Hex 1 3E 3F 62 2 0 4B B5 61 D
Octal 1 76 77 142 2 0 113 265 141 15
Binary 1 111110 111111 1100010 10 0 1001011 10110101 1100001 1101

Color Harmonies of #013E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013E3F

Black with #013E3F

Text Example


Text Example

White with #013E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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