Html Css Color HEX #109199 Eastern Blue

📋 copy color: '#109199'

red 16 ◦ green 145 ◦ blue 153

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

Shades of Eastern Blue #109199

Tints of Eastern Blue #109199

RGB

 RED value IS 16 (6.64% from 255) = 5.1%

 GREEN value IS 145 (57.03% from 255) = 46.18%

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

R = 5.1%
G = 46.18%
B = 48.73%

CMYK

 C value IS 0.90

 M value IS 0.05

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#109199 (or 0x109199) is known color: Eastern Blue. HEX triplet: 10, 91 and 99. RGB value is (16,145,153). Sum of RGB (Red+Green+Blue) = 16+145+153=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 153 (60.16% from 255 or 48.73% from 314); Max value from RGB is 153 - color contains mainly: blue. Hex color #109199 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109199 is #EF6E66. Grayscale: #6B6B6B. Windows color (decimal): -15691367 or 10064144. OLE color: 10064144.

HSL color Cylindrical-coordinate representation of color #109199: hue angle of 183.5º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #109199 is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 16 145 153 -
CMYK 0.90 0.05 0 0.4
HSL 183.5º 0.81% 0.33% -
HSV(B) 183.5º 0.9% 0.6% -
XYZ 16.09 22.66 33.66 -
YUV 107.34 153.76 62.85 -
System Red Green Blue C M Y K H S L
Decimal 16 145 153 0.90 0.05 0 0.4 183.5 0.81 0.33
Hex 10 91 99 5A 5 0 28 B8 51 21
Octal 20 221 231 132 5 0 50 270 121 41
Binary 10000 10010001 10011001 1011010 101 0 101000 10111000 1010001 100001

Color Harmonies of #109199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109199

Black with #109199

Text Example


Text Example

White with #109199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109199; }

 p { color: rgb(16,145,153); }

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

background-color css

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

 a { background-color: rgb(16,145,153); }

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

border-color css

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

 span { border-color: rgb(16,145,153); }

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