Html Css Color HEX #10809D Eastern Blue

📋 copy color: '#10809D'

red 16 ◦ green 128 ◦ blue 157

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

Shades of Eastern Blue #10809D

Tints of Eastern Blue #10809D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 5.32%
G = 42.52%
B = 52.16%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10809D (or 0x10809D) is known color: Eastern Blue. HEX triplet: 10, 80 and 9D. RGB value is (16,128,157). Sum of RGB (Red+Green+Blue) = 16+128+157=301 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.32% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #10809D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10809D is #EF7F62. Grayscale: #616161. Windows color (decimal): -15695715 or 10321936. OLE color: 10321936.

HSL color Cylindrical-coordinate representation of color #10809D: hue angle of 192.34º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10809D is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 128 157 -
CMYK 0.90 0.18 0 0.38
HSL 192.34º 0.82% 0.34% -
HSV(B) 192.34º 0.9% 0.62% -
XYZ 14.02 17.98 34.63 -
YUV 97.82 161.39 69.64 -
System Red Green Blue C M Y K H S L
Decimal 16 128 157 0.90 0.18 0 0.38 192.34 0.82 0.34
Hex 10 80 9D 5A 12 0 26 C0 52 22
Octal 20 200 235 132 22 0 46 300 122 42
Binary 10000 10000000 10011101 1011010 10010 0 100110 11000000 1010010 100010

Color Harmonies of #10809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10809D

Black with #10809D

Text Example


Text Example

White with #10809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10809D; }

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

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

background-color css

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

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

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

border-color css

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

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

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