#12899F

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

Shades of Eastern Blue #12899F

Tints of Eastern Blue #12899F

Color information

#12899F (or 0x12899F) is unknown color: approx Eastern Blue. HEX triplet: 12, 89 and 9F. RGB value is (18,137,159). Sum of RGB (Red+Green+Blue) = 18+137+159=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #12899F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12899F is #ED7660. Grayscale: #676767. Windows color (decimal): -15562337 or 10455314. OLE color: 10455314.

HSL color Cylindrical-coordinate representation of color #12899F: hue angle of 189.36º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12899F is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18137159-
CMYK0.890.1400.38
HSL189.36º79.66%34.71%-
HSV(B)189.36º88.68%62.35%-
XYZ15.4520.5235.95-
YUV103.93159.0866.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.73%
GREEN value IS 137 (53.91% from 255) = 43.63%
BLUE value IS 159 (62.5% from 255) = 50.64%
R=5.73%
G=43.63%
B=50.64%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181371590.890.1400.38189.3679.6634.71
Hex12899F59E026bd5023
Octal222112371311604627512043
Binary100101000100110011111101100111100100110101111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12899F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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