Html Css Color HEX #109099 Eastern Blue

📋 copy color: '#109099'

red 16 ◦ green 144 ◦ blue 153

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

Shades of Eastern Blue #109099

Tints of Eastern Blue #109099

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.01%

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

R = 5.11%
G = 46.01%
B = 48.88%

CMYK

 C value IS 0.90

 M value IS 0.06

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#109099 (or 0x109099) is known color: Eastern Blue. HEX triplet: 10, 90 and 99. RGB value is (16,144,153). Sum of RGB (Red+Green+Blue) = 16+144+153=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 144 (56.64% from 255 or 46.01% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #109099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109099 is #EF6F66. Grayscale: #6A6A6A. Windows color (decimal): -15691623 or 10063888. OLE color: 10063888.

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

Color convert

RGB 16 144 153 -
CMYK 0.90 0.06 0 0.4
HSL 183.94º 0.81% 0.33% -
HSV(B) 183.94º 0.9% 0.6% -
XYZ 15.94 22.36 33.61 -
YUV 106.75 154.09 63.27 -
System Red Green Blue C M Y K H S L
Decimal 16 144 153 0.90 0.06 0 0.4 183.94 0.81 0.33
Hex 10 90 99 5A 6 0 28 B8 51 21
Octal 20 220 231 132 6 0 50 270 121 41
Binary 10000 10010000 10011001 1011010 110 0 101000 10111000 1010001 100001

Color Harmonies of #109099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109099

Black with #109099

Text Example


Text Example

White with #109099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109099; }

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

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

background-color css

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

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

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

border-color css

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

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

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