#1486A7

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

Shades of Eastern Blue #1486A7

Tints of Eastern Blue #1486A7

Color information

#1486A7 (or 0x1486A7) is unknown color: approx Eastern Blue. HEX triplet: 14, 86 and A7. RGB value is (20,134,167). Sum of RGB (Red+Green+Blue) = 20+134+167=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 167 (65.62% from 255 or 52.02% from 321); Max value from RGB is 167 - color contains mainly: blue. Hex color #1486A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1486A7 is #EB7958. Grayscale: #676767. Windows color (decimal): -15432025 or 10978836. OLE color: 10978836.

HSL color Cylindrical-coordinate representation of color #1486A7: hue angle of 193.47º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1486A7 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB20134167-
CMYK0.880.2000.35
HSL193.47º78.61%36.67%-
HSV(B)193.47º88.02%65.49%-
XYZ15.7919.9939.59-
YUV103.68163.7368.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.23%
GREEN value IS 134 (52.73% from 255) = 41.74%
BLUE value IS 167 (65.62% from 255) = 52.02%
R=6.23%
G=41.74%
B=52.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal201341670.880.2000.35193.4778.6136.67
Hex1486A75814023c14f25
Octal242062471302404330111745
Binary1010010000110101001111011000101000100011110000011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1486A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1486A7; }

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

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

<style>
 a { background-color: #1486A7; }

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

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

<style>
 span { border-color: #1486A7; }

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

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