Html Css Color HEX #12859E Eastern Blue

📋 copy color: '#12859E'

red 18 ◦ green 133 ◦ blue 158

#12859E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #12859E

Tints of Eastern Blue #12859E

RGB

 RED value IS 18 (7.42% from 255) = 5.83%

 GREEN value IS 133 (52.34% from 255) = 43.04%

 BLUE value IS 158 (62.11% from 255) = 51.13%

R = 5.83%
G = 43.04%
B = 51.13%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12859E (or 0x12859E) is known color: Eastern Blue. HEX triplet: 12, 85 and 9E. RGB value is (18,133,158). Sum of RGB (Red+Green+Blue) = 18+133+158=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 133 (52.34% from 255 or 43.04% from 309); Blue value is 158 (62.11% from 255 or 51.13% from 309); Max value from RGB is 158 - color contains mainly: blue. Hex color #12859E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12859E is #ED7A61. Grayscale: #656565. Windows color (decimal): -15563362 or 10388754. OLE color: 10388754.

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

Color convert

RGB 18 133 158 -
CMYK 0.89 0.16 0 0.38
HSL 190.71º 0.8% 0.35% -
HSV(B) 190.71º 0.89% 0.62% -
XYZ 14.81 19.37 35.31 -
YUV 101.47 159.9 68.47 -
System Red Green Blue C M Y K H S L
Decimal 18 133 158 0.89 0.16 0 0.38 190.71 0.8 0.35
Hex 12 85 9E 59 10 0 26 BF 50 23
Octal 22 205 236 131 20 0 46 277 120 43
Binary 10010 10000101 10011110 1011001 10000 0 100110 10111111 1010000 100011

Color Harmonies of #12859E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12859E

Black with #12859E

Text Example


Text Example

White with #12859E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12859E;
 }
 .AnyTagClassName
 {
   color: #12859E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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