#128995

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

Shades of Eastern Blue #128995

Tints of Eastern Blue #128995

Color information

#128995 (or 0x128995) is unknown color: approx Eastern Blue. HEX triplet: 12, 89 and 95. RGB value is (18,137,149). Sum of RGB (Red+Green+Blue) = 18+137+149=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #128995 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128995 is #ED766A. Grayscale: #666666. Windows color (decimal): -15562347 or 9799954. OLE color: 9799954.

HSL color Cylindrical-coordinate representation of color #128995: hue angle of 185.5º 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 #128995 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB18137149-
CMYK0.880.0800.42
HSL185.5º78.44%32.75%-
HSV(B)185.5º87.92%58.43%-
XYZ14.6220.1931.56-
YUV102.79154.0867.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.92%
GREEN value IS 137 (53.91% from 255) = 45.07%
BLUE value IS 149 (58.59% from 255) = 49.01%
R=5.92%
G=45.07%
B=49.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181371490.880.0800.42185.578.4432.75
Hex12899558802Ab94e21
Octal222112251301005227111641
Binary100101000100110010101101100010000101010101110011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128995; }

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

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

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

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

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

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

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

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