#108497

Color #108497 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #108497

Tints of Eastern Blue #108497

Color information

#108497 (or 0x108497) is unknown color: approx Eastern Blue. HEX triplet: 10, 84 and 97. RGB value is (16,132,151). Sum of RGB (Red+Green+Blue) = 16+132+151=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #108497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108497 is #EF7B68. Grayscale: #636363. Windows color (decimal): -15694697 or 9929744. OLE color: 9929744.

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

Color convert

RGB16132151-
CMYK0.890.1300.41
HSL188.44º80.84%32.75%-
HSV(B)188.44º89.4%59.22%-
XYZ14.0518.8532.18-
YUV99.48157.0768.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.35%
GREEN value IS 132 (51.95% from 255) = 44.15%
BLUE value IS 151 (59.38% from 255) = 50.50%
R=5.35%
G=44.15%
B=50.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal161321510.890.1300.41188.4480.8432.75
Hex10849759D029bc5121
Octal202042271311505127412141
Binary100001000010010010111101100111010101001101111001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108497; }

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

 H1.HeaderClassName
 {
   color: #108497;
 }
 .AnyTagClassName
 {
   color: #108497;
 }
</style>
background-color css

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

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

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

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

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

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