#1782A1

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

Shades of Eastern Blue #1782A1

Tints of Eastern Blue #1782A1

Color information

#1782A1 (or 0x1782A1) is unknown color: approx Eastern Blue. HEX triplet: 17, 82 and A1. RGB value is (23,130,161). Sum of RGB (Red+Green+Blue) = 23+130+161=314 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.32% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 161 (63.28% from 255 or 51.27% from 314); Max value from RGB is 161 - color contains mainly: blue. Hex color #1782A1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1782A1 is #E87D5E. Grayscale: #656565. Windows color (decimal): -15236447 or 10584599. OLE color: 10584599.

HSL color Cylindrical-coordinate representation of color #1782A1: hue angle of 193.48º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1782A1 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB23130161-
CMYK0.860.1900.37
HSL193.48º75%36.08%-
HSV(B)193.48º85.71%63.14%-
XYZ14.7718.7236.55-
YUV101.54161.5571.98-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.32%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 161 (63.28% from 255) = 51.27%
R=7.32%
G=41.40%
B=51.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal231301610.860.1900.37193.487536.08
Hex1782A15613025c14b24
Octal272022411262304530111344
Binary1011110000010101000011010110100110100101110000011001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1782A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1782A1; }

 p { color: rgb(23,130,161); }

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

<style>
 a { background-color: #1782A1; }

 a { background-color: rgb(23,130,161); }

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

<style>
 span { border-color: #1782A1; }

 span { border-color: rgb(23,130,161); }

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