Html Css Color HEX #108299 Eastern Blue

📋 copy color: '#108299'

red 16 ◦ green 130 ◦ blue 153

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

Shades of Eastern Blue #108299

Tints of Eastern Blue #108299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.48%

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

R = 5.35%
G = 43.48%
B = 51.17%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#108299 (or 0x108299) is known color: Eastern Blue. HEX triplet: 10, 82 and 99. RGB value is (16,130,153). Sum of RGB (Red+Green+Blue) = 16+130+153=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 130 (51.17% from 255 or 43.48% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #108299 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108299 is #EF7D66. Grayscale: #626262. Windows color (decimal): -15695207 or 10060304. OLE color: 10060304.

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

Color convert

RGB 16 130 153 -
CMYK 0.90 0.15 0 0.4
HSL 190.07º 0.81% 0.33% -
HSV(B) 190.07º 0.9% 0.6% -
XYZ 13.95 18.38 32.95 -
YUV 98.54 158.73 69.13 -
System Red Green Blue C M Y K H S L
Decimal 16 130 153 0.90 0.15 0 0.4 190.07 0.81 0.33
Hex 10 82 99 5A F 0 28 BE 51 21
Octal 20 202 231 132 17 0 50 276 121 41
Binary 10000 10000010 10011001 1011010 1111 0 101000 10111110 1010001 100001

Color Harmonies of #108299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #108299

Black with #108299

Text Example


Text Example

White with #108299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #108299; }

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

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

background-color css

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

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

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

border-color css

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

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

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