Html Css Color HEX #188193 Eastern Blue

📋 copy color: '#188193'

red 24 ◦ green 129 ◦ blue 147

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

Shades of Eastern Blue #188193

Tints of Eastern Blue #188193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43%

 BLUE value IS 147 (57.81% from 255) = 49%

R = 8%
G = 43%
B = 49%

CMYK

 C value IS 0.84

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#188193 (or 0x188193) is known color: Eastern Blue. HEX triplet: 18, 81 and 93. RGB value is (24,129,147). Sum of RGB (Red+Green+Blue) = 24+129+147=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #188193 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188193 is #E77E6C. Grayscale: #636363. Windows color (decimal): -15171181 or 9666840. OLE color: 9666840.

HSL color Cylindrical-coordinate representation of color #188193: hue angle of 188.78º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #188193 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 129 147 -
CMYK 0.84 0.12 0 0.42
HSL 188.78º 0.72% 0.34% -
HSV(B) 188.78º 0.84% 0.58% -
XYZ 13.49 18 30.37 -
YUV 99.66 154.71 74.04 -
System Red Green Blue C M Y K H S L
Decimal 24 129 147 0.84 0.12 0 0.42 188.78 0.72 0.34
Hex 18 81 93 54 C 0 2A BD 48 22
Octal 30 201 223 124 14 0 52 275 110 42
Binary 11000 10000001 10010011 1010100 1100 0 101010 10111101 1001000 100010

Color Harmonies of #188193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188193

Black with #188193

Text Example


Text Example

White with #188193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188193; }

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

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

background-color css

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

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

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

border-color css

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

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

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