Html Css Color HEX #109198 Eastern Blue

📋 copy color: '#109198'

red 16 ◦ green 145 ◦ blue 152

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

Shades of Eastern Blue #109198

Tints of Eastern Blue #109198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.56%

R = 5.11%
G = 46.33%
B = 48.56%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#109198 (or 0x109198) is known color: Eastern Blue. HEX triplet: 10, 91 and 98. RGB value is (16,145,152). Sum of RGB (Red+Green+Blue) = 16+145+152=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #109198 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109198 is #EF6E67. Grayscale: #6B6B6B. Windows color (decimal): -15691368 or 9998608. OLE color: 9998608.

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

Color convert

RGB 16 145 152 -
CMYK 0.89 0.05 0 0.40
HSL 183.09º 0.81% 0.33% -
HSV(B) 183.09º 0.89% 0.6% -
XYZ 16.01 22.63 33.23 -
YUV 107.23 153.26 62.93 -
System Red Green Blue C M Y K H S L
Decimal 16 145 152 0.89 0.05 0 0.40 183.09 0.81 0.33
Hex 10 91 98 59 5 0 28 B7 51 21
Octal 20 221 230 131 5 0 50 267 121 41
Binary 10000 10010001 10011000 1011001 101 0 101000 10110111 1010001 100001

Color Harmonies of #109198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109198

Black with #109198

Text Example


Text Example

White with #109198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109198; }

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

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

background-color css

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

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

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

border-color css

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

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

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