#14809F

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

Shades of Eastern Blue #14809F

Tints of Eastern Blue #14809F

Color information

#14809F (or 0x14809F) is unknown color: approx Eastern Blue. HEX triplet: 14, 80 and 9F. RGB value is (20,128,159). Sum of RGB (Red+Green+Blue) = 20+128+159=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #14809F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14809F is #EB7F60. Grayscale: #636363. Windows color (decimal): -15433569 or 10453012. OLE color: 10453012.

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

Color convert

RGB20128159-
CMYK0.870.1900.38
HSL193.38º77.65%35.1%-
HSV(B)193.38º87.42%62.35%-
XYZ14.2718.0935.54-
YUV99.24161.7271.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.51%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 159 (62.5% from 255) = 51.79%
R=6.51%
G=41.69%
B=51.79%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201281590.870.1900.38193.3877.6535.1
Hex14809F5713026c14e23
Octal242002371272304630111643
Binary1010010000000100111111010111100110100110110000011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14809F; }

 p { color: rgb(20,128,159); }

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

<style>
 a { background-color: #14809F; }

 a { background-color: rgb(20,128,159); }

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

<style>
 span { border-color: #14809F; }

 span { border-color: rgb(20,128,159); }

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