#013538

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

Shades of Cyprus #013538

Tints of Cyprus #013538

Color information

#013538 (or 0x013538) is unknown color: approx Cyprus. HEX triplet: 01, 35 and 38. RGB value is (1,53,56). Sum of RGB (Red+Green+Blue) = 1+53+56=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 56 (22.27% from 255 or 50.91% from 110); Max value from RGB is 56 - color contains mainly: blue. Hex color #013538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013538 is #FECAC7. Grayscale: #252525. Windows color (decimal): -16698056 or 3683585. OLE color: 3683585.

HSL color Cylindrical-coordinate representation of color #013538: hue angle of 183.27º degrees, saturation: 0.96, 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 #013538 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB15356-
CMYK0.980.0500.78
HSL183.27º96.49%11.18%-
HSV(B)183.27º98.21%21.96%-
XYZ22.844.18-
YUV37.79138.27101.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.91%
GREEN value IS 53 (21.09% from 255) = 48.18%
BLUE value IS 56 (22.27% from 255) = 50.91%
R=0.91%
G=48.18%
B=50.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal153560.980.0500.78183.2796.4911.18
Hex1353862504Eb760b
Octal165701425011626714013
Binary11101011110001100010101010011101011011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013538; }

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

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

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

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

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

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

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

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