#14698C

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

Shades of Allports #14698C

Tints of Allports #14698C

Color information

#14698C (or 0x14698C) is unknown color: approx Allports. HEX triplet: 14, 69 and 8C. RGB value is (20,105,140). Sum of RGB (Red+Green+Blue) = 20+105+140=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #14698C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14698C is #EB9673. Grayscale: #535353. Windows color (decimal): -15439476 or 9201940. OLE color: 9201940.

HSL color Cylindrical-coordinate representation of color #14698C: hue angle of 197.5º 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 #14698C is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20105140-
CMYK0.860.2500.45
HSL197.5º75%31.37%-
HSV(B)197.5º85.71%54.9%-
XYZ10.0712.1526.62-
YUV83.57159.8482.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 140 (55.08% from 255) = 52.83%
R=7.55%
G=39.62%
B=52.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201051400.860.2500.45197.57531.37
Hex14698C561902Dc64b1f
Octal241512141263105530611337
Binary10100110100110001100101011011001010110111000110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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