#014239

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

Shades of Cyprus #014239

Tints of Cyprus #014239

Color information

#014239 (or 0x014239) is unknown color: approx Cyprus. HEX triplet: 01, 42 and 39. RGB value is (1,66,57). Sum of RGB (Red+Green+Blue) = 1+66+57=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 66 (26.17% from 255 or 53.23% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 66 - color contains mainly: green. Hex color #014239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014239 is #FEBDC6. Grayscale: #2D2D2D. Windows color (decimal): -16694727 or 3752449. OLE color: 3752449.

HSL color Cylindrical-coordinate representation of color #014239: hue angle of 171.69º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014239 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB16657-
CMYK0.9800.140.74
HSL171.69º97.01%13.14%-
HSV(B)171.69º98.48%25.88%-
XYZ2.74.24.54-
YUV45.54134.4796.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.81%
GREEN value IS 66 (26.17% from 255) = 53.23%
BLUE value IS 57 (22.66% from 255) = 45.97%
R=0.81%
G=53.23%
B=45.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166570.9800.140.74171.6997.0113.14
Hex14239620E4Aac61d
Octal11027114201611225414115
Binary1100001011100111000100111010010101010110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014239; }

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

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

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

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

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

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

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

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