#014039

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

Shades of Cyprus #014039

Tints of Cyprus #014039

Color information

#014039 (or 0x014039) is unknown color: approx Cyprus. HEX triplet: 01, 40 and 39. RGB value is (1,64,57). Sum of RGB (Red+Green+Blue) = 1+64+57=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 64 (25.39% from 255 or 52.46% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 64 - color contains mainly: green. Hex color #014039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014039 is #FEBFC6. Grayscale: #2C2C2C. Windows color (decimal): -16695239 or 3751937. OLE color: 3751937.

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

Color convert

RGB16457-
CMYK0.9800.110.75
HSL173.33º96.92%12.75%-
HSV(B)173.33º98.44%25.1%-
XYZ2.583.974.5-
YUV44.36135.1397.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.82%
GREEN value IS 64 (25.39% from 255) = 52.46%
BLUE value IS 57 (22.66% from 255) = 46.72%
R=0.82%
G=52.46%
B=46.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164570.9800.110.75173.3396.9212.75
Hex14039620B4Bad61d
Octal11007114201311325514115
Binary1100000011100111000100101110010111010110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014039; }

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

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

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

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

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

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

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

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