Html Css Color HEX #013D39 Cyprus

📋 copy color: '#013D39'

red 1 ◦ green 61 ◦ blue 57

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

Shades of Cyprus #013D39

Tints of Cyprus #013D39

RGB

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

 GREEN value IS 61 (24.22% from 255) = 51.26%

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

R = 0.84%
G = 51.26%
B = 47.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.76

RGB Variations

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

Color information

#013D39 (or 0x013D39) is known color: Cyprus. HEX triplet: 01, 3D and 39. RGB value is (1,61,57). Sum of RGB (Red+Green+Blue) = 1+61+57=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #013D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013D39 is #FEC2C6. Grayscale: #2A2A2A. Windows color (decimal): -16696007 or 3751169. OLE color: 3751169.

HSL color Cylindrical-coordinate representation of color #013D39: hue angle of 176º 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 #013D39 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB 1 61 57 -
CMYK 0.98 0 0.07 0.76
HSL 176º 0.97% 0.12% -
HSV(B) 176º 0.98% 0.24% -
XYZ 2.42 3.64 4.45 -
YUV 42.6 136.12 98.33 -
System Red Green Blue C M Y K H S L
Decimal 1 61 57 0.98 0 0.07 0.76 176 0.97 0.12
Hex 1 3D 39 62 0 7 4C B0 61 C
Octal 1 75 71 142 0 7 114 260 141 14
Binary 1 111101 111001 1100010 0 111 1001100 10110000 1100001 1100

Color Harmonies of #013D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013D39

Black with #013D39

Text Example


Text Example

White with #013D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,61,57); }

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

background-color css

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

 a { background-color: rgb(1,61,57); }

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

border-color css

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

 span { border-color: rgb(1,61,57); }

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