#14869F

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

Shades of Eastern Blue #14869F

Tints of Eastern Blue #14869F

Color information

#14869F (or 0x14869F) is unknown color: approx Eastern Blue. HEX triplet: 14, 86 and 9F. RGB value is (20,134,159). Sum of RGB (Red+Green+Blue) = 20+134+159=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #14869F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14869F is #EB7960. Grayscale: #666666. Windows color (decimal): -15432033 or 10454548. OLE color: 10454548.

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

Color convert

RGB20134159-
CMYK0.870.1600.38
HSL190.79º77.65%35.1%-
HSV(B)190.79º87.42%62.35%-
XYZ15.0719.735.81-
YUV102.76159.7368.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.39%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 159 (62.5% from 255) = 50.80%
R=6.39%
G=42.81%
B=50.80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal201341590.870.1600.38190.7977.6535.1
Hex14869F5710026bf4e23
Octal242062371272004627711643
Binary1010010000110100111111010111100000100110101111111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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