#12899B

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

Shades of Eastern Blue #12899B

Tints of Eastern Blue #12899B

Color information

#12899B (or 0x12899B) is unknown color: approx Eastern Blue. HEX triplet: 12, 89 and 9B. RGB value is (18,137,155). Sum of RGB (Red+Green+Blue) = 18+137+155=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #12899B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12899B is #ED7664. Grayscale: #676767. Windows color (decimal): -15562341 or 10193170. OLE color: 10193170.

HSL color Cylindrical-coordinate representation of color #12899B: hue angle of 187.88º 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 #12899B is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18137155-
CMYK0.880.1200.39
HSL187.88º79.19%33.92%-
HSV(B)187.88º88.39%60.78%-
XYZ15.1120.3934.15-
YUV103.47157.0867.04-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.81%
GREEN value IS 137 (53.91% from 255) = 44.19%
BLUE value IS 155 (60.94% from 255) = 50%
R=5.81%
G=44.19%
B=50%

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
Decimal181371550.880.1200.39187.8879.1933.92
Hex12899B58C027bc4f22
Octal222112331301404727411742
Binary100101000100110011011101100011000100111101111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12899B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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