#013536

Color #013536 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #013536

Tints of Cyprus #013536

Color information

#013536 (or 0x013536) is unknown color: approx 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

RGB15354-
CMYK0.980.0200.79
HSL181.13º96.36%10.78%-
HSV(B)181.13º98.15%21.18%-
XYZ1.952.823.93-
YUV37.57137.27101.92-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal153540.980.0200.79181.1396.3610.78
Hex1353662204Fb560b
Octal165661422011726514013
Binary1110101110110110001010010011111011010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>