#1786A3

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

Shades of Eastern Blue #1786A3

Tints of Eastern Blue #1786A3

Color information

#1786A3 (or 0x1786A3) is unknown color: approx Eastern Blue. HEX triplet: 17, 86 and A3. RGB value is (23,134,163). Sum of RGB (Red+Green+Blue) = 23+134+163=320 (42% of max value = 765). Red value is 23 (9.38% from 255 or 7.19% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 163 (64.06% from 255 or 50.94% from 320); Max value from RGB is 163 - color contains mainly: blue. Hex color #1786A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1786A3 is #E8795C. Grayscale: #676767. Windows color (decimal): -15235421 or 10716695. OLE color: 10716695.

HSL color Cylindrical-coordinate representation of color #1786A3: hue angle of 192.43º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1786A3 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB23134163-
CMYK0.860.1800.36
HSL192.43º75.27%36.47%-
HSV(B)192.43º85.89%63.92%-
XYZ15.4919.8837.67-
YUV104.12161.2370.14-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.19%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 163 (64.06% from 255) = 50.94%
R=7.19%
G=41.88%
B=50.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal231341630.860.1800.36192.4375.2736.47
Hex1786A35612024c04b24
Octal272062431262204430011344
Binary1011110000110101000111010110100100100100110000001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1786A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1786A3; }

 p { color: rgb(23,134,163); }

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

<style>
 a { background-color: #1786A3; }

 a { background-color: rgb(23,134,163); }

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

<style>
 span { border-color: #1786A3; }

 span { border-color: rgb(23,134,163); }

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