#14677D

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

Shades of Allports #14677D

Tints of Allports #14677D

Color information

#14677D (or 0x14677D) is unknown color: approx Allports. HEX triplet: 14, 67 and 7D. RGB value is (20,103,125). Sum of RGB (Red+Green+Blue) = 20+103+125=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #14677D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14677D is #EB9882. Grayscale: #505050. Windows color (decimal): -15440003 or 8218388. OLE color: 8218388.

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

Color convert

RGB20103125-
CMYK0.840.1800.51
HSL192.57º72.41%28.43%-
HSV(B)192.57º84%49.02%-
XYZ8.8411.3321.12-
YUV80.6915384.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.06%
GREEN value IS 103 (40.62% from 255) = 41.53%
BLUE value IS 125 (49.22% from 255) = 50.40%
R=8.06%
G=41.53%
B=50.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal201031250.840.1800.51192.5772.4128.43
Hex14677D5412033c1481c
Octal241471751242206330111034
Binary1010011001111111101101010010010011001111000001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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