Html Css Color HEX #108498 Eastern Blue

📋 copy color: '#108498'

red 16 ◦ green 132 ◦ blue 152

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

Shades of Eastern Blue #108498

Tints of Eastern Blue #108498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44%

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

R = 5.33%
G = 44%
B = 50.67%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#108498 (or 0x108498) is known color: Eastern Blue. HEX triplet: 10, 84 and 98. RGB value is (16,132,152). Sum of RGB (Red+Green+Blue) = 16+132+152=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #108498 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108498 is #EF7B67. Grayscale: #636363. Windows color (decimal): -15694696 or 9995280. OLE color: 9995280.

HSL color Cylindrical-coordinate representation of color #108498: hue angle of 188.82º 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 #108498 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 16 132 152 -
CMYK 0.89 0.13 0 0.40
HSL 188.82º 0.81% 0.33% -
HSV(B) 188.82º 0.89% 0.6% -
XYZ 14.13 18.88 32.61 -
YUV 99.6 157.57 68.37 -
System Red Green Blue C M Y K H S L
Decimal 16 132 152 0.89 0.13 0 0.40 188.82 0.81 0.33
Hex 10 84 98 59 D 0 28 BD 51 21
Octal 20 204 230 131 15 0 50 275 121 41
Binary 10000 10000100 10011000 1011001 1101 0 101000 10111101 1010001 100001

Color Harmonies of #108498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108498

Black with #108498

Text Example


Text Example

White with #108498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108498; }

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

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

background-color css

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

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

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

border-color css

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

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

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