#14738D

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

Shades of Allports #14738D

Tints of Allports #14738D

Color information

#14738D (or 0x14738D) is unknown color: approx Allports. HEX triplet: 14, 73 and 8D. RGB value is (20,115,141). Sum of RGB (Red+Green+Blue) = 20+115+141=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #14738D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14738D is #EB8C72. Grayscale: #595959. Windows color (decimal): -15436915 or 9270036. OLE color: 9270036.

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

Color convert

RGB20115141-
CMYK0.860.1800.45
HSL192.89º75.16%31.57%-
HSV(B)192.89º85.82%55.29%-
XYZ11.2314.3327.37-
YUV89.56157.0378.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.25%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 141 (55.47% from 255) = 51.09%
R=7.25%
G=41.67%
B=51.09%

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
Decimal201151410.860.1800.45192.8975.1631.57
Hex14738D561202Dc14b20
Octal241632151262205530111340
Binary101001110011100011011010110100100101101110000011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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