#14819A

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

Shades of Eastern Blue #14819A

Tints of Eastern Blue #14819A

Color information

#14819A (or 0x14819A) is unknown color: approx Eastern Blue. HEX triplet: 14, 81 and 9A. RGB value is (20,129,154). Sum of RGB (Red+Green+Blue) = 20+129+154=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #14819A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14819A is #EB7E65. Grayscale: #636363. Windows color (decimal): -15433318 or 10125588. OLE color: 10125588.

HSL color Cylindrical-coordinate representation of color #14819A: hue angle of 191.19º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14819A is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB20129154-
CMYK0.870.1600.40
HSL191.19º77.01%34.12%-
HSV(B)191.19º87.01%60.39%-
XYZ13.9718.1833.35-
YUV99.26158.8971.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.60%
GREEN value IS 129 (50.78% from 255) = 42.57%
BLUE value IS 154 (60.55% from 255) = 50.83%
R=6.60%
G=42.57%
B=50.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal201291540.870.1600.40191.1977.0134.12
Hex14819A5710028bf4d22
Octal242012321272005027711542
Binary1010010000001100110101010111100000101000101111111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14819A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14819A; }

 p { color: rgb(20,129,154); }

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

<style>
 a { background-color: #14819A; }

 a { background-color: rgb(20,129,154); }

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

<style>
 span { border-color: #14819A; }

 span { border-color: rgb(20,129,154); }

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