Html Css Color HEX #12809E Eastern Blue

📋 copy color: '#12809E'

red 18 ◦ green 128 ◦ blue 158

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

Shades of Eastern Blue #12809E

Tints of Eastern Blue #12809E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.11%

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

R = 5.92%
G = 42.11%
B = 51.97%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#12809E (or 0x12809E) is known color: Eastern Blue. HEX triplet: 12, 80 and 9E. RGB value is (18,128,158). Sum of RGB (Red+Green+Blue) = 18+128+158=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #12809E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12809E is #ED7F61. Grayscale: #626262. Windows color (decimal): -15564642 or 10387474. OLE color: 10387474.

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

Color convert

RGB 18 128 158 -
CMYK 0.89 0.19 0 0.38
HSL 192.86º 0.8% 0.35% -
HSV(B) 192.86º 0.89% 0.62% -
XYZ 14.14 18.04 35.08 -
YUV 98.53 161.56 70.56 -
System Red Green Blue C M Y K H S L
Decimal 18 128 158 0.89 0.19 0 0.38 192.86 0.8 0.35
Hex 12 80 9E 59 13 0 26 C1 50 23
Octal 22 200 236 131 23 0 46 301 120 43
Binary 10010 10000000 10011110 1011001 10011 0 100110 11000001 1010000 100011

Color Harmonies of #12809E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12809E

Black with #12809E

Text Example


Text Example

White with #12809E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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