Html Css Color HEX #188299 Eastern Blue

📋 copy color: '#188299'

red 24 ◦ green 130 ◦ blue 153

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

Shades of Eastern Blue #188299

Tints of Eastern Blue #188299

RGB

 RED value IS 24 (9.77% from 255) = 7.82%

 GREEN value IS 130 (51.17% from 255) = 42.35%

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 7.82%
G = 42.35%
B = 49.84%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#188299 (or 0x188299) is known color: Eastern Blue. HEX triplet: 18, 82 and 99. RGB value is (24,130,153). Sum of RGB (Red+Green+Blue) = 24+130+153=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #188299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188299 is #E77D66. Grayscale: #646464. Windows color (decimal): -15170919 or 10060312. OLE color: 10060312.

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

Color convert

RGB 24 130 153 -
CMYK 0.84 0.15 0 0.4
HSL 190.7º 0.73% 0.35% -
HSV(B) 190.7º 0.84% 0.6% -
XYZ 14.11 18.46 32.96 -
YUV 100.93 157.38 73.13 -
System Red Green Blue C M Y K H S L
Decimal 24 130 153 0.84 0.15 0 0.4 190.7 0.73 0.35
Hex 18 82 99 54 F 0 28 BF 49 23
Octal 30 202 231 124 17 0 50 277 111 43
Binary 11000 10000010 10011001 1010100 1111 0 101000 10111111 1001001 100011

Color Harmonies of #188299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188299

Black with #188299

Text Example


Text Example

White with #188299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188299; }

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

 H1.HeaderClassName
 {
   color: #188299;
 }
 .AnyTagClassName
 {
   color: #188299;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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