Html Css Color HEX #109299 Eastern Blue

📋 copy color: '#109299'

red 16 ◦ green 146 ◦ blue 153

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

Shades of Eastern Blue #109299

Tints of Eastern Blue #109299

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.35%

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

R = 5.08%
G = 46.35%
B = 48.57%

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

#109299 (or 0x109299) is known color: Eastern Blue. HEX triplet: 10, 92 and 99. RGB value is (16,146,153). Sum of RGB (Red+Green+Blue) = 16+146+153=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #109299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109299 is #EF6D66. Grayscale: #6B6B6B. Windows color (decimal): -15691111 or 10064400. OLE color: 10064400.

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

Color convert

RGB 16 146 153 -
CMYK 0.90 0.05 0 0.4
HSL 183.07º 0.81% 0.33% -
HSV(B) 183.07º 0.9% 0.6% -
XYZ 16.24 22.97 33.71 -
YUV 107.93 153.43 62.43 -
System Red Green Blue C M Y K H S L
Decimal 16 146 153 0.90 0.05 0 0.4 183.07 0.81 0.33
Hex 10 92 99 5A 5 0 28 B7 51 21
Octal 20 222 231 132 5 0 50 267 121 41
Binary 10000 10010010 10011001 1011010 101 0 101000 10110111 1010001 100001

Color Harmonies of #109299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #109299

Black with #109299

Text Example


Text Example

White with #109299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #109299; }

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

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

background-color css

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

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

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

border-color css

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

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

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