#014040

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

Shades of Cyprus #014040

Tints of Cyprus #014040

Color information

#014040 (or 0x014040) is unknown color: approx Cyprus. HEX triplet: 01, 40 and 40. RGB value is (1,64,64). Sum of RGB (Red+Green+Blue) = 1+64+64=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 64 (25.39% from 255 or 49.61% from 129); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #014040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014040 is #FEBFBF. Grayscale: #2D2D2D. Windows color (decimal): -16695232 or 4210689. OLE color: 4210689.

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

Color convert

RGB16464-
CMYK0.98000.75
HSL180º96.92%12.75%-
HSV(B)180º98.44%25.1%-
XYZ2.774.045.48-
YUV45.16138.6396.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 64 (25.39% from 255) = 49.61%
BLUE value IS 64 (25.39% from 255) = 49.61%
R=0.78%
G=49.61%
B=49.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164640.98000.7518096.9212.75
Hex1404062004Bb461d
Octal11001001420011326414115
Binary11000000100000011000100010010111011010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014040; }

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

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

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

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

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

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

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

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