Html Css Color HEX #10879F Eastern Blue

📋 copy color: '#10879F'

red 16 ◦ green 135 ◦ blue 159

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

Shades of Eastern Blue #10879F

Tints of Eastern Blue #10879F

RGB

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

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

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

R = 5.16%
G = 43.55%
B = 51.29%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#10879F (or 0x10879F) is known color: Eastern Blue. HEX triplet: 10, 87 and 9F. RGB value is (16,135,159). Sum of RGB (Red+Green+Blue) = 16+135+159=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #10879F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10879F is #EF7860. Grayscale: #656565. Windows color (decimal): -15693921 or 10454800. OLE color: 10454800.

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

Color convert

RGB 16 135 159 -
CMYK 0.90 0.15 0 0.38
HSL 190.07º 0.82% 0.34% -
HSV(B) 190.07º 0.9% 0.62% -
XYZ 15.14 19.94 35.85 -
YUV 102.16 160.08 66.55 -
System Red Green Blue C M Y K H S L
Decimal 16 135 159 0.90 0.15 0 0.38 190.07 0.82 0.34
Hex 10 87 9F 5A F 0 26 BE 52 22
Octal 20 207 237 132 17 0 46 276 122 42
Binary 10000 10000111 10011111 1011010 1111 0 100110 10111110 1010010 100010

Color Harmonies of #10879F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10879F

Black with #10879F

Text Example


Text Example

White with #10879F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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