Html Css Color HEX #188599 Eastern Blue

📋 copy color: '#188599'

red 24 ◦ green 133 ◦ blue 153

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

Shades of Eastern Blue #188599

Tints of Eastern Blue #188599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.9%

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

R = 7.74%
G = 42.9%
B = 49.35%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#188599 (or 0x188599) is known color: Eastern Blue. HEX triplet: 18, 85 and 99. RGB value is (24,133,153). Sum of RGB (Red+Green+Blue) = 24+133+153=310 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.74% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #188599 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188599 is #E77A66. Grayscale: #666666. Windows color (decimal): -15170151 or 10061080. OLE color: 10061080.

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

Color convert

RGB 24 133 153 -
CMYK 0.84 0.13 0 0.4
HSL 189.3º 0.73% 0.35% -
HSV(B) 189.3º 0.84% 0.6% -
XYZ 14.51 19.27 33.09 -
YUV 102.69 156.39 71.87 -
System Red Green Blue C M Y K H S L
Decimal 24 133 153 0.84 0.13 0 0.4 189.3 0.73 0.35
Hex 18 85 99 54 D 0 28 BD 49 23
Octal 30 205 231 124 15 0 50 275 111 43
Binary 11000 10000101 10011001 1010100 1101 0 101000 10111101 1001001 100011

Color Harmonies of #188599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188599

Black with #188599

Text Example


Text Example

White with #188599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188599; }

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

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

background-color css

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

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

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

border-color css

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

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

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