#14607c

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

Shades of Allports #14607C

Tints of Allports #14607C

Color information

#14607C (or 0x14607C) is unknown color: approx Allports. HEX triplet: 14, 60 and 7C. RGB value is (20,96,124). Sum of RGB (Red+Green+Blue) = 20+96+124=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #14607C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14607C is #EB9F83. Grayscale: #4C4C4C. Windows color (decimal): -15441796 or 8151060. OLE color: 8151060.

HSL color Cylindrical-coordinate representation of color #14607C: hue angle of 196.15º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14607C is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2096124-
CMYK0.840.2300.51
HSL196.15º72.22%28.24%-
HSV(B)196.15º83.87%48.63%-
XYZ8.119.9720.57-
YUV76.47154.8287.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.33%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=8.33%
G=40%
B=51.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20961240.840.2300.51196.1572.2228.24
Hex14607C5417033c4481c
Octal241401741242706330411034
Binary1010011000001111100101010010111011001111000100100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14607c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14607c; }

 p { color: rgb(20,96,124); }

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

<style>
 a { background-color: #14607c; }

 a { background-color: rgb(20,96,124); }

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

<style>
 span { border-color: #14607c; }

 span { border-color: rgb(20,96,124); }

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