#12809B

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

Shades of Eastern Blue #12809B

Tints of Eastern Blue #12809B

Color information

#12809B (or 0x12809B) is unknown color: approx Eastern Blue. HEX triplet: 12, 80 and 9B. RGB value is (18,128,155). Sum of RGB (Red+Green+Blue) = 18+128+155=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #12809B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12809B is #ED7F64. Grayscale: #616161. Windows color (decimal): -15564645 or 10190866. OLE color: 10190866.

HSL color Cylindrical-coordinate representation of color #12809B: hue angle of 191.82º 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 #12809B is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18128155-
CMYK0.880.1700.39
HSL191.82º79.19%33.92%-
HSV(B)191.82º88.39%60.78%-
XYZ13.8917.9333.74-
YUV98.19160.0670.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.98%
GREEN value IS 128 (50.39% from 255) = 42.52%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=5.98%
G=42.52%
B=51.50%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181281550.880.1700.39191.8279.1933.92
Hex12809B5811027c04f22
Octal222002331302104730011742
Binary1001010000000100110111011000100010100111110000001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12809B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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