#14688D

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

Shades of Allports #14688D

Tints of Allports #14688D

Color information

#14688D (or 0x14688D) is unknown color: approx Allports. HEX triplet: 14, 68 and 8D. RGB value is (20,104,141). Sum of RGB (Red+Green+Blue) = 20+104+141=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 141 (55.47% from 255 or 53.21% from 265); Max value from RGB is 141 - color contains mainly: blue. Hex color #14688D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14688D is #EB9772. Grayscale: #525252. Windows color (decimal): -15439731 or 9267220. OLE color: 9267220.

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

Color convert

RGB20104141-
CMYK0.860.2600.45
HSL198.35º75.16%31.57%-
HSV(B)198.35º85.82%55.29%-
XYZ10.0511.9726.98-
YUV83.1160.6782.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 141 (55.47% from 255) = 53.21%
R=7.55%
G=39.25%
B=53.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201041410.860.2600.45198.3575.1631.57
Hex14688D561A02Dc64b20
Octal241502151263205530611340
Binary101001101000100011011010110110100101101110001101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14688D; }

 p { color: rgb(20,104,141); }

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

<style>
 a { background-color: #14688D; }

 a { background-color: rgb(20,104,141); }

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

<style>
 span { border-color: #14688D; }

 span { border-color: rgb(20,104,141); }

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