#14697D

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

Shades of Allports #14697D

Tints of Allports #14697D

Color information

#14697D (or 0x14697D) is unknown color: approx Allports. HEX triplet: 14, 69 and 7D. RGB value is (20,105,125). Sum of RGB (Red+Green+Blue) = 20+105+125=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #14697D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14697D is #EB9682. Grayscale: #515151. Windows color (decimal): -15439491 or 8218900. OLE color: 8218900.

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

Color convert

RGB20105125-
CMYK0.840.1600.51
HSL191.43º72.41%28.43%-
HSV(B)191.43º84%49.02%-
XYZ9.0411.7321.19-
YUV81.86152.3483.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 105 (41.41% from 255) = 42%
BLUE value IS 125 (49.22% from 255) = 50%
R=8%
G=42%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal201051250.840.1600.51191.4372.4128.43
Hex14697D5410033bf481c
Octal241511751242006327711034
Binary1010011010011111101101010010000011001110111111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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