#013738

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

Shades of Cyprus #013738

Tints of Cyprus #013738

Color information

#013738 (or 0x013738) is unknown color: approx Cyprus. HEX triplet: 01, 37 and 38. RGB value is (1,55,56). Sum of RGB (Red+Green+Blue) = 1+55+56=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 56 (22.27% from 255 or 50% from 112); Max value from RGB is 56 - color contains mainly: blue. Hex color #013738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013738 is #FEC8C7. Grayscale: #262626. Windows color (decimal): -16697544 or 3684097. OLE color: 3684097.

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

Color convert

RGB15556-
CMYK0.980.0200.78
HSL181.09º96.49%11.18%-
HSV(B)181.09º98.21%21.96%-
XYZ2.093.024.21-
YUV38.97137.61100.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.89%
GREEN value IS 55 (21.88% from 255) = 49.11%
BLUE value IS 56 (22.27% from 255) = 50%
R=0.89%
G=49.11%
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.78
SystemRedGreenBlueCMYKHSL
Decimal155560.980.0200.78181.0996.4911.18
Hex1373862204Eb560b
Octal167701422011626514013
Binary1110111111000110001010010011101011010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013738; }

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

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

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

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

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

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

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

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