#14638C

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

Shades of Allports #14638C

Tints of Allports #14638C

Color information

#14638C (or 0x14638C) is unknown color: approx Allports. HEX triplet: 14, 63 and 8C. RGB value is (20,99,140). Sum of RGB (Red+Green+Blue) = 20+99+140=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 140 (55.08% from 255 or 54.05% from 259); Max value from RGB is 140 - color contains mainly: blue. Hex color #14638C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14638C is #EB9C73. Grayscale: #4F4F4F. Windows color (decimal): -15441012 or 9200404. OLE color: 9200404.

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

Color convert

RGB2099140-
CMYK0.860.2900.45
HSL200.5º75%31.37%-
HSV(B)200.5º85.71%54.9%-
XYZ9.4810.9726.43-
YUV80.05161.8385.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 140 (55.08% from 255) = 54.05%
R=7.72%
G=38.22%
B=54.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal20991400.860.2900.45200.57531.37
Hex14638C561D02Dc84b1f
Octal241432141263505531011337
Binary10100110001110001100101011011101010110111001000100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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