#14757A

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

Shades of Allports #14757A

Tints of Allports #14757A

Color information

#14757A (or 0x14757A) is unknown color: approx Allports. HEX triplet: 14, 75 and 7A. RGB value is (20,117,122). Sum of RGB (Red+Green+Blue) = 20+117+122=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 122 (48.05% from 255 or 47.10% from 259); Max value from RGB is 122 - color contains mainly: blue. Hex color #14757A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14757A is #EB8A85. Grayscale: #585858. Windows color (decimal): -15436422 or 8025364. OLE color: 8025364.

HSL color Cylindrical-coordinate representation of color #14757A: hue angle of 182.94º 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 #14757A is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB20117122-
CMYK0.840.0400.52
HSL182.94º71.83%27.84%-
HSV(B)182.94º83.61%47.84%-
XYZ10.1614.2820.63-
YUV88.57146.8679.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 117 (46.09% from 255) = 45.17%
BLUE value IS 122 (48.05% from 255) = 47.10%
R=7.72%
G=45.17%
B=47.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201171220.840.0400.52182.9471.8327.84
Hex14757A544034b7481c
Octal24165172124406426711034
Binary10100111010111110101010100100011010010110111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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