Html Css Color HEX #10809F Eastern Blue

📋 copy color: '#10809F'

red 16 ◦ green 128 ◦ blue 159

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

Shades of Eastern Blue #10809F

Tints of Eastern Blue #10809F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.48%

R = 5.28%
G = 42.24%
B = 52.48%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10809F (or 0x10809F) is known color: Eastern Blue. HEX triplet: 10, 80 and 9F. RGB value is (16,128,159). Sum of RGB (Red+Green+Blue) = 16+128+159=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #10809F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10809F is #EF7F60. Grayscale: #616161. Windows color (decimal): -15695713 or 10453008. OLE color: 10453008.

HSL color Cylindrical-coordinate representation of color #10809F: hue angle of 193.01º 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 #10809F is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 16 128 159 -
CMYK 0.90 0.19 0 0.38
HSL 193.01º 0.82% 0.34% -
HSV(B) 193.01º 0.9% 0.62% -
XYZ 14.19 18.05 35.54 -
YUV 98.05 162.39 69.48 -
System Red Green Blue C M Y K H S L
Decimal 16 128 159 0.90 0.19 0 0.38 193.01 0.82 0.34
Hex 10 80 9F 5A 13 0 26 C1 52 22
Octal 20 200 237 132 23 0 46 301 122 42
Binary 10000 10000000 10011111 1011010 10011 0 100110 11000001 1010010 100010

Color Harmonies of #10809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10809F

Black with #10809F

Text Example


Text Example

White with #10809F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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