#14698D

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

Shades of Allports #14698D

Tints of Allports #14698D

Color information

#14698D (or 0x14698D) is unknown color: approx Allports. HEX triplet: 14, 69 and 8D. RGB value is (20,105,141). Sum of RGB (Red+Green+Blue) = 20+105+141=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #14698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14698D is #EB9672. Grayscale: #535353. Windows color (decimal): -15439475 or 9267476. OLE color: 9267476.

HSL color Cylindrical-coordinate representation of color #14698D: hue angle of 197.85º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14698D is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20105141-
CMYK0.860.2600.45
HSL197.85º75.16%31.57%-
HSV(B)197.85º85.82%55.29%-
XYZ10.1512.1727.01-
YUV83.69160.3482.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.52%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 141 (55.47% from 255) = 53.01%
R=7.52%
G=39.47%
B=53.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201051410.860.2600.45197.8575.1631.57
Hex14698D561A02Dc64b20
Octal241512151263205530611340
Binary101001101001100011011010110110100101101110001101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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