#12869E

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

Shades of Eastern Blue #12869E

Tints of Eastern Blue #12869E

Color information

#12869E (or 0x12869E) is unknown color: approx Eastern Blue. HEX triplet: 12, 86 and 9E. RGB value is (18,134,158). Sum of RGB (Red+Green+Blue) = 18+134+158=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #12869E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12869E is #ED7961. Grayscale: #656565. Windows color (decimal): -15563106 or 10389010. OLE color: 10389010.

HSL color Cylindrical-coordinate representation of color #12869E: hue angle of 190.29º 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 #12869E is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18134158-
CMYK0.890.1500.38
HSL190.29º79.55%34.51%-
HSV(B)190.29º88.61%61.96%-
XYZ14.9519.6535.35-
YUV102.05159.5768.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.81%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 158 (62.11% from 255) = 50.97%
R=5.81%
G=43.23%
B=50.97%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181341580.890.1500.38190.2979.5534.51
Hex12869E59F026be5023
Octal222062361311704627612043
Binary100101000011010011110101100111110100110101111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12869E; }

 p { color: rgb(18,134,158); }

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

<style>
 a { background-color: #12869E; }

 a { background-color: rgb(18,134,158); }

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

<style>
 span { border-color: #12869E; }

 span { border-color: rgb(18,134,158); }

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