#14767B

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

Shades of Allports #14767B

Tints of Allports #14767B

Color information

#14767B (or 0x14767B) is unknown color: approx Allports. HEX triplet: 14, 76 and 7B. RGB value is (20,118,123). Sum of RGB (Red+Green+Blue) = 20+118+123=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 118 (46.48% from 255 or 45.21% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #14767B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14767B is #EB8984. Grayscale: #595959. Windows color (decimal): -15436165 or 8091156. OLE color: 8091156.

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

Color convert

RGB20118123-
CMYK0.840.0400.52
HSL182.91º72.03%28.04%-
HSV(B)182.91º83.74%48.24%-
XYZ10.3414.5421-
YUV89.27147.0378.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.66%
GREEN value IS 118 (46.48% from 255) = 45.21%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=7.66%
G=45.21%
B=47.13%

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
Decimal201181230.840.0400.52182.9172.0328.04
Hex14767B544034b7481c
Octal24166173124406426711034
Binary10100111011011110111010100100011010010110111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14767B; }

 p { color: rgb(20,118,123); }

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

<style>
 a { background-color: #14767B; }

 a { background-color: rgb(20,118,123); }

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

<style>
 span { border-color: #14767B; }

 span { border-color: rgb(20,118,123); }

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