Html Css Color HEX #013C37 Cyprus

📋 copy color: '#013C37'

red 1 ◦ green 60 ◦ blue 55

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

Shades of Cyprus #013C37

Tints of Cyprus #013C37

RGB

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

 GREEN value IS 60 (23.83% from 255) = 51.72%

 BLUE value IS 55 (21.88% from 255) = 47.41%

R = 0.86%
G = 51.72%
B = 47.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#013C37 (or 0x013C37) is known color: Cyprus. HEX triplet: 01, 3C and 37. RGB value is (1,60,55). Sum of RGB (Red+Green+Blue) = 1+60+55=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 60 (23.83% from 255 or 51.72% from 116); Blue value is 55 (21.88% from 255 or 47.41% from 116); Max value from RGB is 60 - color contains mainly: green. Hex color #013C37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013C37 is #FEC3C8. Grayscale: #292929. Windows color (decimal): -16696265 or 3619841. OLE color: 3619841.

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

Color convert

RGB 1 60 55 -
CMYK 0.98 0 0.08 0.76
HSL 174.92º 0.97% 0.12% -
HSV(B) 174.92º 0.98% 0.24% -
XYZ 2.32 3.51 4.17 -
YUV 41.79 135.45 98.91 -
System Red Green Blue C M Y K H S L
Decimal 1 60 55 0.98 0 0.08 0.76 174.92 0.97 0.12
Hex 1 3C 37 62 0 8 4C AF 61 C
Octal 1 74 67 142 0 10 114 257 141 14
Binary 1 111100 110111 1100010 0 1000 1001100 10101111 1100001 1100

Color Harmonies of #013C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013C37

Black with #013C37

Text Example


Text Example

White with #013C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,60,55); }

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

background-color css

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

 a { background-color: rgb(1,60,55); }

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

border-color css

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

 span { border-color: rgb(1,60,55); }

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