#188099

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

Shades of Eastern Blue #188099

Tints of Eastern Blue #188099

Color information

#188099 (or 0x188099) is unknown color: approx Eastern Blue. HEX triplet: 18, 80 and 99. RGB value is (24,128,153). Sum of RGB (Red+Green+Blue) = 24+128+153=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #188099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188099 is #E77F66. Grayscale: #636363. Windows color (decimal): -15171431 or 10059800. OLE color: 10059800.

HSL color Cylindrical-coordinate representation of color #188099: hue angle of 191.63º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188099 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB24128153-
CMYK0.840.1600.4
HSL191.63º72.88%34.71%-
HSV(B)191.63º84.31%60%-
XYZ13.8517.9332.87-
YUV99.75158.0473.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.87%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=7.87%
G=41.97%
B=50.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal241281530.840.1600.4191.6372.8834.71
Hex1880995410028c04923
Octal302002311242005030011143
Binary1100010000000100110011010100100000101000110000001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188099; }

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

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

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

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

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

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

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

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