#14687A

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

Shades of Allports #14687A

Tints of Allports #14687A

Color information

#14687A (or 0x14687A) is unknown color: approx Allports. HEX triplet: 14, 68 and 7A. RGB value is (20,104,122). Sum of RGB (Red+Green+Blue) = 20+104+122=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #14687A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14687A is #EB9785. Grayscale: #505050. Windows color (decimal): -15439750 or 8022036. OLE color: 8022036.

HSL color Cylindrical-coordinate representation of color #14687A: hue angle of 190.59º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14687A is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB20104122-
CMYK0.840.1500.52
HSL190.59º71.83%27.84%-
HSV(B)190.59º83.61%47.84%-
XYZ8.7511.4520.16-
YUV80.94151.1784.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.13%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 122 (48.05% from 255) = 49.59%
R=8.13%
G=42.28%
B=49.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201041220.840.1500.52190.5971.8327.84
Hex14687A54F034bf481c
Octal241501721241706427711034
Binary101001101000111101010101001111011010010111111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14687A; }

 p { color: rgb(20,104,122); }

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

<style>
 a { background-color: #14687A; }

 a { background-color: rgb(20,104,122); }

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

<style>
 span { border-color: #14687A; }

 span { border-color: rgb(20,104,122); }

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