#128595

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

Shades of Eastern Blue #128595

Tints of Eastern Blue #128595

Color information

#128595 (or 0x128595) is unknown color: approx Eastern Blue. HEX triplet: 12, 85 and 95. RGB value is (18,133,149). Sum of RGB (Red+Green+Blue) = 18+133+149=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #128595 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128595 is #ED7A6A. Grayscale: #646464. Windows color (decimal): -15563371 or 9798930. OLE color: 9798930.

HSL color Cylindrical-coordinate representation of color #128595: hue angle of 187.33º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #128595 is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB18133149-
CMYK0.880.1100.42
HSL187.33º78.44%32.75%-
HSV(B)187.33º87.92%58.43%-
XYZ14.0619.0731.37-
YUV100.44155.469.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 133 (52.34% from 255) = 44.33%
BLUE value IS 149 (58.59% from 255) = 49.67%
R=6%
G=44.33%
B=49.67%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181331490.880.1100.42187.3378.4432.75
Hex12859558B02Abb4e21
Octal222052251301305227311641
Binary100101000010110010101101100010110101010101110111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128595; }

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

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

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

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

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

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

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

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