#14718E

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

Shades of Allports #14718E

Tints of Allports #14718E

Color information

#14718E (or 0x14718E) is unknown color: approx Allports. HEX triplet: 14, 71 and 8E. RGB value is (20,113,142). Sum of RGB (Red+Green+Blue) = 20+113+142=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #14718E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14718E is #EB8E71. Grayscale: #585858. Windows color (decimal): -15437426 or 9335060. OLE color: 9335060.

HSL color Cylindrical-coordinate representation of color #14718E: hue angle of 194.26º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14718E is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB20113142-
CMYK0.860.2000.44
HSL194.26º75.31%31.76%-
HSV(B)194.26º85.92%55.69%-
XYZ11.0813.9127.69-
YUV88.5158.1979.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.27%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 142 (55.86% from 255) = 51.64%
R=7.27%
G=41.09%
B=51.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201131420.860.2000.44194.2675.3131.76
Hex14718E561402Cc24b20
Octal241612161262405430211340
Binary101001110001100011101010110101000101100110000101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14718E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14718E; }

 p { color: rgb(20,113,142); }

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

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

 a { background-color: rgb(20,113,142); }

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

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

 span { border-color: rgb(20,113,142); }

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