#014440

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

Shades of Cyprus #014440

Tints of Cyprus #014440

Color information

#014440 (or 0x014440) is unknown color: approx Cyprus. HEX triplet: 01, 44 and 40. RGB value is (1,68,64). Sum of RGB (Red+Green+Blue) = 1+68+64=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 64 (25.39% from 255 or 48.12% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #014440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014440 is #FEBBBF. Grayscale: #2F2F2F. Windows color (decimal): -16694208 or 4211713. OLE color: 4211713.

HSL color Cylindrical-coordinate representation of color #014440: hue angle of 176.42º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014440 is Cyan = 0.99, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB16864-
CMYK0.9900.060.73
HSL176.42º97.1%13.53%-
HSV(B)176.42º98.53%26.67%-
XYZ3.014.515.56-
YUV47.51137.394.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 68 (26.95% from 255) = 51.13%
BLUE value IS 64 (25.39% from 255) = 48.12%
R=0.75%
G=51.13%
B=48.12%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168640.9900.060.73176.4297.113.53
Hex14440630649b061e
Octal11041001430611126014116
Binary1100010010000001100011011010010011011000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014440; }

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

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

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

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

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

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

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

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