#12859D

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

Shades of Eastern Blue #12859D

Tints of Eastern Blue #12859D

Color information

#12859D (or 0x12859D) is unknown color: approx Eastern Blue. HEX triplet: 12, 85 and 9D. RGB value is (18,133,157). Sum of RGB (Red+Green+Blue) = 18+133+157=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #12859D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12859D is #ED7A62. Grayscale: #656565. Windows color (decimal): -15563363 or 10323218. OLE color: 10323218.

HSL color Cylindrical-coordinate representation of color #12859D: hue angle of 190.36º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12859D is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18133157-
CMYK0.890.1500.38
HSL190.36º79.43%34.31%-
HSV(B)190.36º88.54%61.57%-
XYZ14.7219.3434.85-
YUV101.35159.468.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 157 (61.72% from 255) = 50.97%
R=5.84%
G=43.18%
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
Decimal181331570.890.1500.38190.3679.4334.31
Hex12859D59F026be4f22
Octal222052351311704627611742
Binary100101000010110011101101100111110100110101111101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12859D; }

 p { color: rgb(18,133,157); }

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

<style>
 a { background-color: #12859D; }

 a { background-color: rgb(18,133,157); }

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

<style>
 span { border-color: #12859D; }

 span { border-color: rgb(18,133,157); }

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