#14707C

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

Shades of Allports #14707C

Tints of Allports #14707C

Color information

#14707C (or 0x14707C) is unknown color: approx Allports. HEX triplet: 14, 70 and 7C. RGB value is (20,112,124). Sum of RGB (Red+Green+Blue) = 20+112+124=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #14707C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14707C is #EB8F83. Grayscale: #555555. Windows color (decimal): -15437700 or 8155156. OLE color: 8155156.

HSL color Cylindrical-coordinate representation of color #14707C: hue angle of 186.92º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14707C is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB20112124-
CMYK0.840.1000.51
HSL186.92º72.22%28.24%-
HSV(B)186.92º83.87%48.63%-
XYZ9.7213.1921.1-
YUV85.86149.5281.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.81%
GREEN value IS 112 (44.14% from 255) = 43.75%
BLUE value IS 124 (48.83% from 255) = 48.44%
R=7.81%
G=43.75%
B=48.44%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal201121240.840.1000.51186.9272.2228.24
Hex14707C54A033bb481c
Octal241601741241206327311034
Binary101001110000111110010101001010011001110111011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,112,124); }

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

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

 a { background-color: rgb(20,112,124); }

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

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

 span { border-color: rgb(20,112,124); }

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