#14768B

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

Shades of Allports #14768B

Tints of Allports #14768B

Color information

#14768B (or 0x14768B) is unknown color: approx Allports. HEX triplet: 14, 76 and 8B. RGB value is (20,118,139). Sum of RGB (Red+Green+Blue) = 20+118+139=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #14768B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14768B is #EB8974. Grayscale: #5A5A5A. Windows color (decimal): -15436149 or 9139732. OLE color: 9139732.

HSL color Cylindrical-coordinate representation of color #14768B: hue angle of 190.59º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14768B is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20118139-
CMYK0.860.1500.45
HSL190.59º74.84%31.18%-
HSV(B)190.59º85.61%54.51%-
XYZ11.4314.9726.71-
YUV91.09155.0377.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.22%
GREEN value IS 118 (46.48% from 255) = 42.60%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=7.22%
G=42.60%
B=50.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201181390.860.1500.45190.5974.8431.18
Hex14768B56F02Dbf4b1f
Octal241662131261705527711337
Binary1010011101101000101110101101111010110110111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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