#14768C

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

Shades of Allports #14768C

Tints of Allports #14768C

Color information

#14768C (or 0x14768C) is unknown color: approx Allports. HEX triplet: 14, 76 and 8C. RGB value is (20,118,140). Sum of RGB (Red+Green+Blue) = 20+118+140=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #14768C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14768C is #EB8973. Grayscale: #5B5B5B. Windows color (decimal): -15436148 or 9205268. OLE color: 9205268.

HSL color Cylindrical-coordinate representation of color #14768C: hue angle of 191º 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 #14768C is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20118140-
CMYK0.860.1600.45
HSL191º75%31.37%-
HSV(B)191º85.71%54.9%-
XYZ11.51527.1-
YUV91.21155.5377.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.19%
GREEN value IS 118 (46.48% from 255) = 42.45%
BLUE value IS 140 (55.08% from 255) = 50.36%
R=7.19%
G=42.45%
B=50.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201181400.860.1600.451917531.37
Hex14768C561002Dbf4b1f
Octal241662141262005527711337
Binary10100111011010001100101011010000010110110111111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14768C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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