#14849c

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

Shades of Eastern Blue #14849C

Tints of Eastern Blue #14849C

Color information

#14849C (or 0x14849C) is unknown color: approx Eastern Blue. HEX triplet: 14, 84 and 9C. RGB value is (20,132,156). Sum of RGB (Red+Green+Blue) = 20+132+156=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 156 (61.33% from 255 or 50.65% from 308); Max value from RGB is 156 - color contains mainly: blue. Hex color #14849C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14849C is #EB7B63. Grayscale: #656565. Windows color (decimal): -15432548 or 10257428. OLE color: 10257428.

HSL color Cylindrical-coordinate representation of color #14849C: hue angle of 190.59º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14849C is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB20132156-
CMYK0.870.1500.39
HSL190.59º77.27%34.51%-
HSV(B)190.59º87.18%61.18%-
XYZ14.5419.0534.36-
YUV101.25158.8970.05-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.49%
GREEN value IS 132 (51.95% from 255) = 42.86%
BLUE value IS 156 (61.33% from 255) = 50.65%
R=6.49%
G=42.86%
B=50.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal201321560.870.1500.39190.5977.2734.51
Hex14849C57F027bf4d23
Octal242042341271704727711543
Binary101001000010010011100101011111110100111101111111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14849c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14849c; }

 p { color: rgb(20,132,156); }

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

<style>
 a { background-color: #14849c; }

 a { background-color: rgb(20,132,156); }

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

<style>
 span { border-color: #14849c; }

 span { border-color: rgb(20,132,156); }

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