#14728C

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

Shades of Allports #14728C

Tints of Allports #14728C

Color information

#14728C (or 0x14728C) is unknown color: approx Allports. HEX triplet: 14, 72 and 8C. RGB value is (20,114,140). Sum of RGB (Red+Green+Blue) = 20+114+140=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #14728C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14728C is #EB8D73. Grayscale: #585858. Windows color (decimal): -15437172 or 9204244. OLE color: 9204244.

HSL color Cylindrical-coordinate representation of color #14728C: hue angle of 193º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14728C is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20114140-
CMYK0.860.1900.45
HSL193º75%31.37%-
HSV(B)193º85.71%54.9%-
XYZ11.0414.0826.95-
YUV88.86156.8678.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.30%
GREEN value IS 114 (44.92% from 255) = 41.61%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=7.30%
G=41.61%
B=51.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201141400.860.1900.451937531.37
Hex14728C561302Dc14b1f
Octal241622141262305530111337
Binary10100111001010001100101011010011010110111000001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14728C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14728C; }

 p { color: rgb(20,114,140); }

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

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

 a { background-color: rgb(20,114,140); }

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

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

 span { border-color: rgb(20,114,140); }

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