Html Css Color HEX #188199 Eastern Blue

📋 copy color: '#188199'

red 24 ◦ green 129 ◦ blue 153

#188199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #188199

Tints of Eastern Blue #188199

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 value IS 0.84

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#188199 (or 0x188199) is known color: 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

RGB 24 129 153 -
CMYK 0.84 0.16 0 0.4
HSL 191.16º 0.73% 0.35% -
HSV(B) 191.16º 0.84% 0.6% -
XYZ 13.98 18.19 32.91 -
YUV 100.34 157.71 73.55 -
System Red Green Blue C M Y K H S L
Decimal 24 129 153 0.84 0.16 0 0.4 191.16 0.73 0.35
Hex 18 81 99 54 10 0 28 BF 49 23
Octal 30 201 231 124 20 0 50 277 111 43
Binary 11000 10000001 10011001 1010100 10000 0 101000 10111111 1001001 100011

Color Harmonies of #188199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188199

Black with #188199

Text Example


Text Example

White with #188199

Text Example


Text Example

HTML Codes & Css Web 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>