#14667A

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

Shades of Allports #14667A

Tints of Allports #14667A

Color information

#14667A (or 0x14667A) is unknown color: approx Allports. HEX triplet: 14, 66 and 7A. RGB value is (20,102,122). Sum of RGB (Red+Green+Blue) = 20+102+122=244 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.20% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #14667A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14667A is #EB9985. Grayscale: #4F4F4F. Windows color (decimal): -15440262 or 8021524. OLE color: 8021524.

HSL color Cylindrical-coordinate representation of color #14667A: hue angle of 191.76º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14667A is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB20102122-
CMYK0.840.1600.52
HSL191.76º71.83%27.84%-
HSV(B)191.76º83.61%47.84%-
XYZ8.5511.0620.1-
YUV79.76151.8385.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.20%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 122 (48.05% from 255) = 50%
R=8.20%
G=41.80%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201021220.840.1600.52191.7671.8327.84
Hex14667A5410034c0481c
Octal241461721242006430011034
Binary1010011001101111010101010010000011010011000000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14667A; }

 p { color: rgb(20,102,122); }

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

<style>
 a { background-color: #14667A; }

 a { background-color: rgb(20,102,122); }

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

<style>
 span { border-color: #14667A; }

 span { border-color: rgb(20,102,122); }

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