#1A7D96

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

Shades of Eastern Blue #1A7D96

Tints of Eastern Blue #1A7D96

Color information

#1A7D96 (or 0x1A7D96) is unknown color: approx Eastern Blue. HEX triplet: 1A, 7D and 96. RGB value is (26,125,150). Sum of RGB (Red+Green+Blue) = 26+125+150=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #1A7D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A7D96 is #E58269. Grayscale: #626262. Windows color (decimal): -15041130 or 9862426. OLE color: 9862426.

HSL color Cylindrical-coordinate representation of color #1A7D96: hue angle of 192.1º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A7D96 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB26125150-
CMYK0.830.1700.41
HSL192.1º70.45%34.51%-
HSV(B)192.1º82.67%58.82%-
XYZ13.2617.0931.45-
YUV98.25157.276.47-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 150 (58.98% from 255) = 49.83%
R=8.64%
G=41.53%
B=49.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal261251500.830.1700.41192.170.4534.51
Hex1A7D965311029c04623
Octal321752261232105130010643
Binary110101111101100101101010011100010101001110000001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A7D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A7D96; }

 p { color: rgb(26,125,150); }

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

<style>
 a { background-color: #1A7D96; }

 a { background-color: rgb(26,125,150); }

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

<style>
 span { border-color: #1A7D96; }

 span { border-color: rgb(26,125,150); }

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