#12889B

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

Shades of Eastern Blue #12889B

Tints of Eastern Blue #12889B

Color information

#12889B (or 0x12889B) is unknown color: approx Eastern Blue. HEX triplet: 12, 88 and 9B. RGB value is (18,136,155). Sum of RGB (Red+Green+Blue) = 18+136+155=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 136 (53.52% from 255 or 44.01% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #12889B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12889B is #ED7764. Grayscale: #666666. Windows color (decimal): -15562597 or 10192914. OLE color: 10192914.

HSL color Cylindrical-coordinate representation of color #12889B: hue angle of 188.32º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12889B is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18136155-
CMYK0.880.1200.39
HSL188.32º79.19%33.92%-
HSV(B)188.32º88.39%60.78%-
XYZ14.9720.134.1-
YUV102.88157.4167.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.83%
GREEN value IS 136 (53.52% from 255) = 44.01%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=5.83%
G=44.01%
B=50.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181361550.880.1200.39188.3279.1933.92
Hex12889B58C027bc4f22
Octal222102331301404727411742
Binary100101000100010011011101100011000100111101111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12889B; }

 p { color: rgb(18,136,155); }

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

<style>
 a { background-color: #12889B; }

 a { background-color: rgb(18,136,155); }

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

<style>
 span { border-color: #12889B; }

 span { border-color: rgb(18,136,155); }

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