Html Css Color HEX #013636 Cyprus

📋 copy color: '#013636'

red 1 ◦ green 54 ◦ blue 54

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

Shades of Cyprus #013636

Tints of Cyprus #013636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 49.54%

 BLUE value IS 54 (21.48% from 255) = 49.54%

R = 0.92%
G = 49.54%
B = 49.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#013636 (or 0x013636) is known color: Cyprus. HEX triplet: 01, 36 and 36. RGB value is (1,54,54). Sum of RGB (Red+Green+Blue) = 1+54+54=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #013636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013636 is #FEC9C9. Grayscale: #262626. Windows color (decimal): -16697802 or 3552769. OLE color: 3552769.

HSL color Cylindrical-coordinate representation of color #013636: hue angle of 180º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013636 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 54 54 -
CMYK 0.98 0 0 0.79
HSL 180º 0.96% 0.11% -
HSV(B) 180º 0.98% 0.21% -
XYZ 2 2.91 3.95 -
YUV 38.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 1 54 54 0.98 0 0 0.79 180 0.96 0.11
Hex 1 36 36 62 0 0 4F B4 60 B
Octal 1 66 66 142 0 0 117 264 140 13
Binary 1 110110 110110 1100010 0 0 1001111 10110100 1100000 1011

Color Harmonies of #013636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013636

Black with #013636

Text Example


Text Example

White with #013636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013636; }

 p { color: rgb(1,54,54); }

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

background-color css

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

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

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

border-color css

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

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

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