#128394

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

Shades of Eastern Blue #128394

Tints of Eastern Blue #128394

Color information

#128394 (or 0x128394) is unknown color: approx Eastern Blue. HEX triplet: 12, 83 and 94. RGB value is (18,131,148). Sum of RGB (Red+Green+Blue) = 18+131+148=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 131 (51.56% from 255 or 44.11% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #128394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128394 is #ED7C6B. Grayscale: #626262. Windows color (decimal): -15563884 or 9732882. OLE color: 9732882.

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

Color convert

RGB18131148-
CMYK0.880.1100.42
HSL187.85º78.31%32.55%-
HSV(B)187.85º87.84%58.04%-
XYZ13.7118.530.87-
YUV99.15155.5670.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.06%
GREEN value IS 131 (51.56% from 255) = 44.11%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=6.06%
G=44.11%
B=49.83%

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
Decimal181311480.880.1100.42187.8578.3132.55
Hex12839458B02Abc4e21
Octal222032241301305227411641
Binary100101000001110010100101100010110101010101111001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128394; }

 p { color: rgb(18,131,148); }

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

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

 a { background-color: rgb(18,131,148); }

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

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

 span { border-color: rgb(18,131,148); }

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