#14869E

Color #14869E Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #14869E

Tints of Eastern Blue #14869E

Color information

#14869E (or 0x14869E) is unknown color: approx Eastern Blue. HEX triplet: 14, 86 and 9E. RGB value is (20,134,158). Sum of RGB (Red+Green+Blue) = 20+134+158=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #14869E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14869E is #EB7961. Grayscale: #666666. Windows color (decimal): -15432034 or 10389012. OLE color: 10389012.

HSL color Cylindrical-coordinate representation of color #14869E: hue angle of 190.43º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14869E is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB20134158-
CMYK0.870.1500.38
HSL190.43º77.53%34.9%-
HSV(B)190.43º87.34%61.96%-
XYZ14.9919.6735.35-
YUV102.65159.2369.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.41%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 158 (62.11% from 255) = 50.64%
R=6.41%
G=42.95%
B=50.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201341580.870.1500.38190.4377.5334.9
Hex14869E57F026be4e23
Octal242062361271704627611643
Binary101001000011010011110101011111110100110101111101001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14869E; }

 p { color: rgb(20,134,158); }

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

<style>
 a { background-color: #14869E; }

 a { background-color: rgb(20,134,158); }

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

<style>
 span { border-color: #14869E; }

 span { border-color: rgb(20,134,158); }

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