Html Css Color HEX #108095 Eastern Blue

📋 copy color: '#108095'

red 16 ◦ green 128 ◦ blue 149

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

Shades of Eastern Blue #108095

Tints of Eastern Blue #108095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50.85%

R = 5.46%
G = 43.69%
B = 50.85%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#108095 (or 0x108095) is known color: Eastern Blue. HEX triplet: 10, 80 and 95. RGB value is (16,128,149). Sum of RGB (Red+Green+Blue) = 16+128+149=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #108095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108095 is #EF7F6A. Grayscale: #606060. Windows color (decimal): -15695723 or 9797648. OLE color: 9797648.

HSL color Cylindrical-coordinate representation of color #108095: hue angle of 189.47º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108095 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 16 128 149 -
CMYK 0.89 0.14 0 0.42
HSL 189.47º 0.81% 0.32% -
HSV(B) 189.47º 0.89% 0.58% -
XYZ 13.36 17.72 31.15 -
YUV 96.91 157.39 70.29 -
System Red Green Blue C M Y K H S L
Decimal 16 128 149 0.89 0.14 0 0.42 189.47 0.81 0.32
Hex 10 80 95 59 E 0 2A BD 51 20
Octal 20 200 225 131 16 0 52 275 121 40
Binary 10000 10000000 10010101 1011001 1110 0 101010 10111101 1010001 100000

Color Harmonies of #108095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108095

Black with #108095

Text Example


Text Example

White with #108095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108095; }

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

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

background-color css

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

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

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

border-color css

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

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

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