#14748D

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

Shades of Allports #14748D

Tints of Allports #14748D

Color information

#14748D (or 0x14748D) is unknown color: approx Allports. HEX triplet: 14, 74 and 8D. RGB value is (20,116,141). Sum of RGB (Red+Green+Blue) = 20+116+141=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #14748D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14748D is #EB8B72. Grayscale: #595959. Windows color (decimal): -15436659 or 9270292. OLE color: 9270292.

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

Color convert

RGB20116141-
CMYK0.860.1800.45
HSL192.4º75.16%31.57%-
HSV(B)192.4º85.82%55.29%-
XYZ11.3414.5627.41-
YUV90.15156.777.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.22%
GREEN value IS 116 (45.70% from 255) = 41.88%
BLUE value IS 141 (55.47% from 255) = 50.90%
R=7.22%
G=41.88%
B=50.90%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201161410.860.1800.45192.475.1631.57
Hex14748D561202Dc04b20
Octal241642151262205530011340
Binary101001110100100011011010110100100101101110000001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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