Html Css Color HEX #10829E Eastern Blue

📋 copy color: '#10829E'

red 16 ◦ green 130 ◦ blue 158

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

Shades of Eastern Blue #10829E

Tints of Eastern Blue #10829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.97%

R = 5.26%
G = 42.76%
B = 51.97%

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

#10829E (or 0x10829E) is known color: Eastern Blue. HEX triplet: 10, 82 and 9E. RGB value is (16,130,158). Sum of RGB (Red+Green+Blue) = 16+130+158=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 158 (62.11% from 255 or 51.97% from 304); Max value from RGB is 158 - color contains mainly: blue. Hex color #10829E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10829E is #EF7D61. Grayscale: #626262. Windows color (decimal): -15695202 or 10387984. OLE color: 10387984.

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

Color convert

RGB 16 130 158 -
CMYK 0.90 0.18 0 0.38
HSL 191.83º 0.82% 0.34% -
HSV(B) 191.83º 0.9% 0.62% -
XYZ 14.37 18.54 35.17 -
YUV 99.11 161.23 68.72 -
System Red Green Blue C M Y K H S L
Decimal 16 130 158 0.90 0.18 0 0.38 191.83 0.82 0.34
Hex 10 82 9E 5A 12 0 26 C0 52 22
Octal 20 202 236 132 22 0 46 300 122 42
Binary 10000 10000010 10011110 1011010 10010 0 100110 11000000 1010010 100010

Color Harmonies of #10829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10829E

Black with #10829E

Text Example


Text Example

White with #10829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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