#14819E

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

Shades of Eastern Blue #14819E

Tints of Eastern Blue #14819E

Color information

#14819E (or 0x14819E) is unknown color: approx Eastern Blue. HEX triplet: 14, 81 and 9E. RGB value is (20,129,158). Sum of RGB (Red+Green+Blue) = 20+129+158=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #14819E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14819E is #EB7E61. Grayscale: #636363. Windows color (decimal): -15433314 or 10387732. OLE color: 10387732.

HSL color Cylindrical-coordinate representation of color #14819E: hue angle of 192.61º 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 #14819E is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB20129158-
CMYK0.870.1800.38
HSL192.61º77.53%34.9%-
HSV(B)192.61º87.34%61.96%-
XYZ14.3118.3235.13-
YUV99.72160.8971.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.51%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 158 (62.11% from 255) = 51.47%
R=6.51%
G=42.02%
B=51.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201291580.870.1800.38192.6177.5334.9
Hex14819E5712026c14e23
Octal242012361272204630111643
Binary1010010000001100111101010111100100100110110000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14819E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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