Html Css Color HEX #108099 Eastern Blue

📋 copy color: '#108099'

red 16 ◦ green 128 ◦ blue 153

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

Shades of Eastern Blue #108099

Tints of Eastern Blue #108099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.1%

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

R = 5.39%
G = 43.1%
B = 51.52%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#108099 (or 0x108099) is known color: Eastern Blue. HEX triplet: 10, 80 and 99. RGB value is (16,128,153). Sum of RGB (Red+Green+Blue) = 16+128+153=297 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.39% from 297); Green value is 128 (50.39% from 255 or 43.10% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #108099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108099 is #EF7F66. Grayscale: #616161. Windows color (decimal): -15695719 or 10059792. OLE color: 10059792.

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

Color convert

RGB 16 128 153 -
CMYK 0.90 0.16 0 0.4
HSL 190.95º 0.81% 0.33% -
HSV(B) 190.95º 0.9% 0.6% -
XYZ 13.68 17.85 32.86 -
YUV 97.36 159.39 69.97 -
System Red Green Blue C M Y K H S L
Decimal 16 128 153 0.90 0.16 0 0.4 190.95 0.81 0.33
Hex 10 80 99 5A 10 0 28 BF 51 21
Octal 20 200 231 132 20 0 50 277 121 41
Binary 10000 10000000 10011001 1011010 10000 0 101000 10111111 1010001 100001

Color Harmonies of #108099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108099

Black with #108099

Text Example


Text Example

White with #108099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108099; }

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

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

background-color css

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

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

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

border-color css

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

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

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