Html Css Color HEX #12809C Eastern Blue

📋 copy color: '#12809C'

red 18 ◦ green 128 ◦ blue 156

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

Shades of Eastern Blue #12809C

Tints of Eastern Blue #12809C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.66%

R = 5.96%
G = 42.38%
B = 51.66%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#12809C (or 0x12809C) is known color: Eastern Blue. HEX triplet: 12, 80 and 9C. RGB value is (18,128,156). Sum of RGB (Red+Green+Blue) = 18+128+156=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #12809C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12809C is #ED7F63. Grayscale: #626262. Windows color (decimal): -15564644 or 10256402. OLE color: 10256402.

HSL color Cylindrical-coordinate representation of color #12809C: hue angle of 192.17º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12809C is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 18 128 156 -
CMYK 0.88 0.18 0 0.39
HSL 192.17º 0.79% 0.34% -
HSV(B) 192.17º 0.88% 0.61% -
XYZ 13.97 17.97 34.18 -
YUV 98.3 160.56 70.72 -
System Red Green Blue C M Y K H S L
Decimal 18 128 156 0.88 0.18 0 0.39 192.17 0.79 0.34
Hex 12 80 9C 58 12 0 27 C0 4F 22
Octal 22 200 234 130 22 0 47 300 117 42
Binary 10010 10000000 10011100 1011000 10010 0 100111 11000000 1001111 100010

Color Harmonies of #12809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12809C

Black with #12809C

Text Example


Text Example

White with #12809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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