#014140

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

Shades of Cyprus #014140

Tints of Cyprus #014140

Color information

#014140 (or 0x014140) is unknown color: approx Cyprus. HEX triplet: 01, 41 and 40. RGB value is (1,65,64). Sum of RGB (Red+Green+Blue) = 1+65+64=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #014140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014140 is #FEBEBF. Grayscale: #2D2D2D. Windows color (decimal): -16694976 or 4210945. OLE color: 4210945.

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

Color convert

RGB16564-
CMYK0.9800.020.75
HSL179.06º96.97%12.94%-
HSV(B)179.06º98.46%25.49%-
XYZ2.834.165.5-
YUV45.75138.396.08-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.77%
GREEN value IS 65 (25.78% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 49.23%
R=0.77%
G=50%
B=49.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165640.9800.020.75179.0696.9712.94
Hex1414062024Bb361d
Octal11011001420211326314115
Binary110000011000000110001001010010111011001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014140; }

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

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

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

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

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

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

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

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