#14494D

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

Shades of Cyprus #14494D

Tints of Cyprus #14494D

Color information

#14494D (or 0x14494D) is unknown color: approx Cyprus. HEX triplet: 14, 49 and 4D. RGB value is (20,73,77). Sum of RGB (Red+Green+Blue) = 20+73+77=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #14494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14494D is #EBB6B2. Grayscale: #393939. Windows color (decimal): -15447731 or 5064980. OLE color: 5064980.

HSL color Cylindrical-coordinate representation of color #14494D: hue angle of 184.21º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14494D is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB207377-
CMYK0.740.0500.70
HSL184.21º58.76%19.02%-
HSV(B)184.21º74.03%30.2%-
XYZ4.015.457.86-
YUV57.61138.94101.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.76%
GREEN value IS 73 (28.91% from 255) = 42.94%
BLUE value IS 77 (30.47% from 255) = 45.29%
R=11.76%
G=42.94%
B=45.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2073770.740.0500.70184.2158.7619.02
Hex14494D4A5046b83b13
Octal24111115112501062707323
Binary10100100100110011011001010101010001101011100011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14494D; }

 p { color: rgb(20,73,77); }

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

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

 a { background-color: rgb(20,73,77); }

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

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

 span { border-color: rgb(20,73,77); }

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