#14484D

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

Shades of Cyprus #14484D

Tints of Cyprus #14484D

Color information

#14484D (or 0x14484D) is unknown color: approx Cyprus. HEX triplet: 14, 48 and 4D. RGB value is (20,72,77). Sum of RGB (Red+Green+Blue) = 20+72+77=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #14484D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14484D is #EBB7B2. Grayscale: #383838. Windows color (decimal): -15447987 or 5064724. OLE color: 5064724.

HSL color Cylindrical-coordinate representation of color #14484D: hue angle of 185.26º 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 #14484D is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB207277-
CMYK0.740.0600.70
HSL185.26º58.76%19.02%-
HSV(B)185.26º74.03%30.2%-
XYZ3.955.327.84-
YUV57.02139.27101.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.83%
GREEN value IS 72 (28.52% from 255) = 42.60%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=11.83%
G=42.60%
B=45.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2072770.740.0600.70185.2658.7619.02
Hex14484D4A6046b93b13
Octal24110115112601062717323
Binary10100100100010011011001010110010001101011100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14484D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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