#12899A

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

Shades of Eastern Blue #12899A

Tints of Eastern Blue #12899A

Color information

#12899A (or 0x12899A) is unknown color: approx Eastern Blue. HEX triplet: 12, 89 and 9A. RGB value is (18,137,154). Sum of RGB (Red+Green+Blue) = 18+137+154=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #12899A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12899A is #ED7665. Grayscale: #676767. Windows color (decimal): -15562342 or 10127634. OLE color: 10127634.

HSL color Cylindrical-coordinate representation of color #12899A: hue angle of 187.5º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12899A is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB18137154-
CMYK0.880.1100.40
HSL187.5º79.07%33.73%-
HSV(B)187.5º88.31%60.39%-
XYZ15.0320.3533.71-
YUV103.36156.5867.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.83%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 154 (60.55% from 255) = 49.84%
R=5.83%
G=44.34%
B=49.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181371540.880.1100.40187.579.0733.73
Hex12899A58B028bc4f22
Octal222112321301305027411742
Binary100101000100110011010101100010110101000101111001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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