Html Css Color HEX #10879D Eastern Blue

📋 copy color: '#10879D'

red 16 ◦ green 135 ◦ blue 157

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

Shades of Eastern Blue #10879D

Tints of Eastern Blue #10879D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.83%

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

R = 5.19%
G = 43.83%
B = 50.97%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10879D (or 0x10879D) is known color: Eastern Blue. HEX triplet: 10, 87 and 9D. RGB value is (16,135,157). Sum of RGB (Red+Green+Blue) = 16+135+157=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #10879D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10879D is #EF7862. Grayscale: #656565. Windows color (decimal): -15693923 or 10323728. OLE color: 10323728.

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

Color convert

RGB 16 135 157 -
CMYK 0.90 0.14 0 0.38
HSL 189.36º 0.82% 0.34% -
HSV(B) 189.36º 0.9% 0.62% -
XYZ 14.96 19.87 34.95 -
YUV 101.93 159.08 66.71 -
System Red Green Blue C M Y K H S L
Decimal 16 135 157 0.90 0.14 0 0.38 189.36 0.82 0.34
Hex 10 87 9D 5A E 0 26 BD 52 22
Octal 20 207 235 132 16 0 46 275 122 42
Binary 10000 10000111 10011101 1011010 1110 0 100110 10111101 1010010 100010

Color Harmonies of #10879D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10879D

Black with #10879D

Text Example


Text Example

White with #10879D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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