#14698B

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

Shades of Allports #14698B

Tints of Allports #14698B

Color information

#14698B (or 0x14698B) is unknown color: approx Allports. HEX triplet: 14, 69 and 8B. RGB value is (20,105,139). Sum of RGB (Red+Green+Blue) = 20+105+139=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 105 (41.41% from 255 or 39.77% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #14698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14698B is #EB9674. Grayscale: #535353. Windows color (decimal): -15439477 or 9136404. OLE color: 9136404.

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

Color convert

RGB20105139-
CMYK0.860.2400.45
HSL197.14º74.84%31.18%-
HSV(B)197.14º85.61%54.51%-
XYZ1012.1226.24-
YUV83.46159.3482.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 105 (41.41% from 255) = 39.77%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=7.58%
G=39.77%
B=52.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201051390.860.2400.45197.1474.8431.18
Hex14698B561802Dc54b1f
Octal241512131263005530511337
Binary10100110100110001011101011011000010110111000101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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