Html Css Color HEX #10829D Eastern Blue

📋 copy color: '#10829D'

red 16 ◦ green 130 ◦ blue 157

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

Shades of Eastern Blue #10829D

Tints of Eastern Blue #10829D

RGB

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

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

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

R = 5.28%
G = 42.9%
B = 51.82%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10829D (or 0x10829D) is known color: Eastern Blue. HEX triplet: 10, 82 and 9D. RGB value is (16,130,157). Sum of RGB (Red+Green+Blue) = 16+130+157=303 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.28% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #10829D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10829D is #EF7D62. Grayscale: #626262. Windows color (decimal): -15695203 or 10322448. OLE color: 10322448.

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

Color convert

RGB 16 130 157 -
CMYK 0.90 0.17 0 0.38
HSL 191.49º 0.82% 0.34% -
HSV(B) 191.49º 0.9% 0.62% -
XYZ 14.28 18.51 34.72 -
YUV 98.99 160.73 68.8 -
System Red Green Blue C M Y K H S L
Decimal 16 130 157 0.90 0.17 0 0.38 191.49 0.82 0.34
Hex 10 82 9D 5A 11 0 26 BF 52 22
Octal 20 202 235 132 21 0 46 277 122 42
Binary 10000 10000010 10011101 1011010 10001 0 100110 10111111 1010010 100010

Color Harmonies of #10829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10829D

Black with #10829D

Text Example


Text Example

White with #10829D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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