#14677F

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

Shades of Allports #14677F

Tints of Allports #14677F

Color information

#14677F (or 0x14677F) is unknown color: approx Allports. HEX triplet: 14, 67 and 7F. RGB value is (20,103,127). Sum of RGB (Red+Green+Blue) = 20+103+127=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #14677F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14677F is #EB9880. Grayscale: #505050. Windows color (decimal): -15440001 or 8349460. OLE color: 8349460.

HSL color Cylindrical-coordinate representation of color #14677F: hue angle of 193.46º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14677F is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB20103127-
CMYK0.840.1900.50
HSL193.46º72.79%28.82%-
HSV(B)193.46º84.25%49.8%-
XYZ8.9711.3821.8-
YUV80.9215484.55-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 127 (50% from 255) = 50.8%
R=8%
G=41.2%
B=50.8%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal201031270.840.1900.50193.4672.7928.82
Hex14677F5413032c1491d
Octal241471771242306230111135
Binary1010011001111111111101010010011011001011000001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14677F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14677F; }

 p { color: rgb(20,103,127); }

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

<style>
 a { background-color: #14677F; }

 a { background-color: rgb(20,103,127); }

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

<style>
 span { border-color: #14677F; }

 span { border-color: rgb(20,103,127); }

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