#188094

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

Shades of Eastern Blue #188094

Tints of Eastern Blue #188094

Color information

#188094 (or 0x188094) is unknown color: approx Eastern Blue. HEX triplet: 18, 80 and 94. RGB value is (24,128,148). Sum of RGB (Red+Green+Blue) = 24+128+148=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 148 (58.20% from 255 or 49.33% from 300); Max value from RGB is 148 - color contains mainly: blue. Hex color #188094 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188094 is #E77F6B. Grayscale: #636363. Windows color (decimal): -15171436 or 9732120. OLE color: 9732120.

HSL color Cylindrical-coordinate representation of color #188094: hue angle of 189.68º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188094 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB24128148-
CMYK0.840.1400.42
HSL189.68º72.09%33.73%-
HSV(B)189.68º83.78%58.04%-
XYZ13.4417.7730.74-
YUV99.18155.5474.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 148 (58.20% from 255) = 49.33%
R=8%
G=42.67%
B=49.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal241281480.840.1400.42189.6872.0933.73
Hex18809454E02Abe4822
Octal302002241241605227611042
Binary110001000000010010100101010011100101010101111101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188094; }

 p { color: rgb(24,128,148); }

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

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

 a { background-color: rgb(24,128,148); }

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

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

 span { border-color: rgb(24,128,148); }

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