#188199

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

Shades of Eastern Blue #188199

Tints of Eastern Blue #188199

Color information

#188199 (or 0x188199) is unknown color: approx Eastern Blue. HEX triplet: 18, 81 and 99. RGB value is (24,129,153). Sum of RGB (Red+Green+Blue) = 24+129+153=306 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.84% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #188199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188199 is #E77E66. Grayscale: #646464. Windows color (decimal): -15171175 or 10060056. OLE color: 10060056.

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

Color convert

RGB24129153-
CMYK0.840.1600.4
HSL191.16º72.88%34.71%-
HSV(B)191.16º84.31%60%-
XYZ13.9818.1932.91-
YUV100.34157.7173.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.84%
GREEN value IS 129 (50.78% from 255) = 42.16%
BLUE value IS 153 (60.16% from 255) = 50%
R=7.84%
G=42.16%
B=50%

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
Decimal241291530.840.1600.4191.1672.8834.71
Hex1881995410028bf4923
Octal302012311242005027711143
Binary1100010000001100110011010100100000101000101111111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188199; }

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

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

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

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

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

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

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

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