#014441

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

Shades of Cyprus #014441

Tints of Cyprus #014441

Color information

#014441 (or 0x014441) is unknown color: approx Cyprus. HEX triplet: 01, 44 and 41. RGB value is (1,68,65). Sum of RGB (Red+Green+Blue) = 1+68+65=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 68 (26.95% from 255 or 50.75% from 134); Blue value is 65 (25.78% from 255 or 48.51% from 134); Max value from RGB is 68 - color contains mainly: green. Hex color #014441 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014441 is #FEBBBE. Grayscale: #2F2F2F. Windows color (decimal): -16694207 or 4277249. OLE color: 4277249.

HSL color Cylindrical-coordinate representation of color #014441: hue angle of 177.31º 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 #014441 is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB16865-
CMYK0.9900.040.73
HSL177.31º97.1%13.53%-
HSV(B)177.31º98.53%26.67%-
XYZ3.034.525.71-
YUV47.62137.894.74-

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) = 50.75%
BLUE value IS 65 (25.78% from 255) = 48.51%
R=0.75%
G=50.75%
B=48.51%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168650.9900.040.73177.3197.113.53
Hex14441630449b161e
Octal11041011430411126114116
Binary1100010010000011100011010010010011011000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014441; }

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

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

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

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

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

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

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

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