Html Css Color HEX #013536 Cyprus

📋 copy color: '#013536'

red 1 ◦ green 53 ◦ blue 54

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

Shades of Cyprus #013536

Tints of Cyprus #013536

RGB

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

 GREEN value IS 53 (21.09% from 255) = 49.07%

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

R = 0.93%
G = 49.07%
B = 50%

CMYK

 C value IS 0.98

 M value IS 0.02

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#013536 (or 0x013536) is known color: Cyprus. HEX triplet: 01, 35 and 36. RGB value is (1,53,54). Sum of RGB (Red+Green+Blue) = 1+53+54=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #013536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013536 is #FECAC9. Grayscale: #252525. Windows color (decimal): -16698058 or 3552513. OLE color: 3552513.

HSL color Cylindrical-coordinate representation of color #013536: hue angle of 181.13º 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 #013536 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 53 54 -
CMYK 0.98 0.02 0 0.79
HSL 181.13º 0.96% 0.11% -
HSV(B) 181.13º 0.98% 0.21% -
XYZ 1.95 2.82 3.93 -
YUV 37.57 137.27 101.92 -
System Red Green Blue C M Y K H S L
Decimal 1 53 54 0.98 0.02 0 0.79 181.13 0.96 0.11
Hex 1 35 36 62 2 0 4F B5 60 B
Octal 1 65 66 142 2 0 117 265 140 13
Binary 1 110101 110110 1100010 10 0 1001111 10110101 1100000 1011

Color Harmonies of #013536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013536

Black with #013536

Text Example


Text Example

White with #013536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013536; }

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

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

background-color css

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

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

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

border-color css

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

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

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