Html Css Color HEX #10899F Eastern Blue

📋 copy color: '#10899F'

red 16 ◦ green 137 ◦ blue 159

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

Shades of Eastern Blue #10899F

Tints of Eastern Blue #10899F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.91%

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

R = 5.13%
G = 43.91%
B = 50.96%

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

#10899F (or 0x10899F) is known color: Eastern Blue. HEX triplet: 10, 89 and 9F. RGB value is (16,137,159). Sum of RGB (Red+Green+Blue) = 16+137+159=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #10899F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10899F is #EF7660. Grayscale: #676767. Windows color (decimal): -15693409 or 10455312. OLE color: 10455312.

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

Color convert

RGB 16 137 159 -
CMYK 0.90 0.14 0 0.38
HSL 189.23º 0.82% 0.34% -
HSV(B) 189.23º 0.9% 0.62% -
XYZ 15.42 20.5 35.95 -
YUV 103.33 159.41 65.71 -
System Red Green Blue C M Y K H S L
Decimal 16 137 159 0.90 0.14 0 0.38 189.23 0.82 0.34
Hex 10 89 9F 5A E 0 26 BD 52 22
Octal 20 211 237 132 16 0 46 275 122 42
Binary 10000 10001001 10011111 1011010 1110 0 100110 10111101 1010010 100010

Color Harmonies of #10899F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10899F

Black with #10899F

Text Example


Text Example

White with #10899F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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