Html Css Color HEX #10839F Eastern Blue

📋 copy color: '#10839F'

red 16 ◦ green 131 ◦ blue 159

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

Shades of Eastern Blue #10839F

Tints of Eastern Blue #10839F

RGB

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

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

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

R = 5.23%
G = 42.81%
B = 51.96%

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

#10839F (or 0x10839F) is known color: Eastern Blue. HEX triplet: 10, 83 and 9F. RGB value is (16,131,159). Sum of RGB (Red+Green+Blue) = 16+131+159=306 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.23% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #10839F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10839F is #EF7C60. Grayscale: #636363. Windows color (decimal): -15694945 or 10453776. OLE color: 10453776.

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

Color convert

RGB 16 131 159 -
CMYK 0.90 0.18 0 0.38
HSL 191.75º 0.82% 0.34% -
HSV(B) 191.75º 0.9% 0.62% -
XYZ 14.59 18.85 35.67 -
YUV 99.81 161.4 68.22 -
System Red Green Blue C M Y K H S L
Decimal 16 131 159 0.90 0.18 0 0.38 191.75 0.82 0.34
Hex 10 83 9F 5A 12 0 26 C0 52 22
Octal 20 203 237 132 22 0 46 300 122 42
Binary 10000 10000011 10011111 1011010 10010 0 100110 11000000 1010010 100010

Color Harmonies of #10839F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10839F

Black with #10839F

Text Example


Text Example

White with #10839F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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