#14728B

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

Shades of Allports #14728B

Tints of Allports #14728B

Color information

#14728B (or 0x14728B) is unknown color: approx Allports. HEX triplet: 14, 72 and 8B. RGB value is (20,114,139). Sum of RGB (Red+Green+Blue) = 20+114+139=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #14728B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14728B is #EB8D74. Grayscale: #585858. Windows color (decimal): -15437173 or 9138708. OLE color: 9138708.

HSL color Cylindrical-coordinate representation of color #14728B: hue angle of 192.61º 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 #14728B is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20114139-
CMYK0.860.1800.45
HSL192.61º74.84%31.18%-
HSV(B)192.61º85.61%54.51%-
XYZ10.9714.0526.56-
YUV88.74156.3678.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 114 (44.92% from 255) = 41.76%
BLUE value IS 139 (54.69% from 255) = 50.92%
R=7.33%
G=41.76%
B=50.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201141390.860.1800.45192.6174.8431.18
Hex14728B561202Dc14b1f
Octal241622131262205530111337
Binary10100111001010001011101011010010010110111000001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14728B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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