#013638

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

Shades of Cyprus #013638

Tints of Cyprus #013638

Color information

#013638 (or 0x013638) is unknown color: approx Cyprus. HEX triplet: 01, 36 and 38. RGB value is (1,54,56). Sum of RGB (Red+Green+Blue) = 1+54+56=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #013638 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013638 is #FEC9C7. Grayscale: #262626. Windows color (decimal): -16697800 or 3683841. OLE color: 3683841.

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

Color convert

RGB15456-
CMYK0.980.0400.78
HSL182.18º96.49%11.18%-
HSV(B)182.18º98.21%21.96%-
XYZ2.052.934.2-
YUV38.38137.94101.34-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.90%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 56 (22.27% from 255) = 50.45%
R=0.90%
G=48.65%
B=50.45%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal154560.980.0400.78182.1896.4911.18
Hex1363862404Eb660b
Octal166701424011626614013
Binary11101101110001100010100010011101011011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013638; }

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

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

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

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

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

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

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

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