#013F40

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

Shades of Cyprus #013F40

Tints of Cyprus #013F40

Color information

#013F40 (or 0x013F40) is unknown color: approx Cyprus. HEX triplet: 01, 3F and 40. RGB value is (1,63,64). Sum of RGB (Red+Green+Blue) = 1+63+64=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #013F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #013F40 is #FEC0BF. Grayscale: #2C2C2C. Windows color (decimal): -16695488 or 4210433. OLE color: 4210433.

HSL color Cylindrical-coordinate representation of color #013F40: hue angle of 180.95º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013F40 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB16364-
CMYK0.980.0200.75
HSL180.95º96.92%12.75%-
HSV(B)180.95º98.44%25.1%-
XYZ2.723.935.47-
YUV44.58138.9696.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 63 (25% from 255) = 49.22%
BLUE value IS 64 (25.39% from 255) = 50%
R=0.78%
G=49.22%
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.75
SystemRedGreenBlueCMYKHSL
Decimal163640.980.0200.75180.9596.9212.75
Hex13F4062204Bb561d
Octal1771001422011326514115
Binary11111111000000110001010010010111011010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013F40; }

 p { color: rgb(1,63,64); }

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

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

 a { background-color: rgb(1,63,64); }

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

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

 span { border-color: rgb(1,63,64); }

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