#14627E

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

Shades of Allports #14627E

Tints of Allports #14627E

Color information

#14627E (or 0x14627E) is unknown color: approx Allports. HEX triplet: 14, 62 and 7E. RGB value is (20,98,126). Sum of RGB (Red+Green+Blue) = 20+98+126=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #14627E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14627E is #EB9D81. Grayscale: #4D4D4D. Windows color (decimal): -15441282 or 8282644. OLE color: 8282644.

HSL color Cylindrical-coordinate representation of color #14627E: hue angle of 195.85º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14627E is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2098126-
CMYK0.840.2200.51
HSL195.85º72.6%28.63%-
HSV(B)195.85º84.13%49.41%-
XYZ8.4210.3921.3-
YUV77.87155.1686.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 126 (49.61% from 255) = 51.64%
R=8.20%
G=40.16%
B=51.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20981260.840.2200.51195.8572.628.63
Hex14627E5416033c4491d
Octal241421761242606330411135
Binary1010011000101111110101010010110011001111000100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,98,126); }

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

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

 a { background-color: rgb(20,98,126); }

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

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

 span { border-color: rgb(20,98,126); }

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