Html Css Color HEX #10839D Eastern Blue

📋 copy color: '#10839D'

red 16 ◦ green 131 ◦ blue 157

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

Shades of Eastern Blue #10839D

Tints of Eastern Blue #10839D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.09%

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

R = 5.26%
G = 43.09%
B = 51.64%

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

#10839D (or 0x10839D) is known color: Eastern Blue. HEX triplet: 10, 83 and 9D. RGB value is (16,131,157). Sum of RGB (Red+Green+Blue) = 16+131+157=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #10839D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10839D is #EF7C62. Grayscale: #636363. Windows color (decimal): -15694947 or 10322704. OLE color: 10322704.

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

Color convert

RGB 16 131 157 -
CMYK 0.90 0.17 0 0.38
HSL 191.06º 0.82% 0.34% -
HSV(B) 191.06º 0.9% 0.62% -
XYZ 14.42 18.78 34.76 -
YUV 99.58 160.4 68.39 -
System Red Green Blue C M Y K H S L
Decimal 16 131 157 0.90 0.17 0 0.38 191.06 0.82 0.34
Hex 10 83 9D 5A 11 0 26 BF 52 22
Octal 20 203 235 132 21 0 46 277 122 42
Binary 10000 10000011 10011101 1011010 10001 0 100110 10111111 1010010 100010

Color Harmonies of #10839D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10839D

Black with #10839D

Text Example


Text Example

White with #10839D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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