#013539

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

Shades of Cyprus #013539

Tints of Cyprus #013539

Color information

#013539 (or 0x013539) is unknown color: approx Cyprus. HEX triplet: 01, 35 and 39. RGB value is (1,53,57). Sum of RGB (Red+Green+Blue) = 1+53+57=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #013539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013539 is #FECAC6. Grayscale: #252525. Windows color (decimal): -16698055 or 3749121. OLE color: 3749121.

HSL color Cylindrical-coordinate representation of color #013539: hue angle of 184.29º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013539 is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB15357-
CMYK0.980.0700.78
HSL184.29º96.55%11.37%-
HSV(B)184.29º98.25%22.35%-
XYZ2.022.854.31-
YUV37.91138.77101.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 57 (22.66% from 255) = 51.35%
R=0.90%
G=47.75%
B=51.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal153570.980.0700.78184.2996.5511.37
Hex1353962704Eb861b
Octal165711427011627014113
Binary11101011110011100010111010011101011100011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013539; }

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

 H1.HeaderClassName
 {
   color: #013539;
 }
 .AnyTagClassName
 {
   color: #013539;
 }
</style>
background-color css

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

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

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

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

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

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