#188499

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

Shades of Eastern Blue #188499

Tints of Eastern Blue #188499

Color information

#188499 (or 0x188499) is unknown color: approx Eastern Blue. HEX triplet: 18, 84 and 99. RGB value is (24,132,153). Sum of RGB (Red+Green+Blue) = 24+132+153=309 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.77% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #188499 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188499 is #E77B66. Grayscale: #656565. Windows color (decimal): -15170407 or 10060824. OLE color: 10060824.

HSL color Cylindrical-coordinate representation of color #188499: hue angle of 189.77º 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 #188499 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB24132153-
CMYK0.840.1400.4
HSL189.77º72.88%34.71%-
HSV(B)189.77º84.31%60%-
XYZ14.381933.05-
YUV102.1156.7272.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.77%
GREEN value IS 132 (51.95% from 255) = 42.72%
BLUE value IS 153 (60.16% from 255) = 49.51%
R=7.77%
G=42.72%
B=49.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal241321530.840.1400.4189.7772.8834.71
Hex18849954E028be4923
Octal302042311241605027611143
Binary110001000010010011001101010011100101000101111101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188499; }

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

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

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

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

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

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

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

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