#128195

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

Shades of Eastern Blue #128195

Tints of Eastern Blue #128195

Color information

#128195 (or 0x128195) is unknown color: approx Eastern Blue. HEX triplet: 12, 81 and 95. RGB value is (18,129,149). Sum of RGB (Red+Green+Blue) = 18+129+149=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #128195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128195 is #ED7E6A. Grayscale: #616161. Windows color (decimal): -15564395 or 9797906. OLE color: 9797906.

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

Color convert

RGB18129149-
CMYK0.880.1300.42
HSL189.16º78.44%32.75%-
HSV(B)189.16º87.92%58.43%-
XYZ13.521831.2-
YUV98.09156.7370.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.08%
GREEN value IS 129 (50.78% from 255) = 43.58%
BLUE value IS 149 (58.59% from 255) = 50.34%
R=6.08%
G=43.58%
B=50.34%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal181291490.880.1300.42189.1678.4432.75
Hex12819558D02Abd4e21
Octal222012251301505227511641
Binary100101000000110010101101100011010101010101111011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128195; }

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

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

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

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

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

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

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

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