#10909F

Color #10909F Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #10909F

Tints of Eastern Blue #10909F

Color information

#10909F (or 0x10909F) is unknown color: approx Eastern Blue. HEX triplet: 10, 90 and 9F. RGB value is (16,144,159). Sum of RGB (Red+Green+Blue) = 16+144+159=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #10909F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10909F is #EF6F60. Grayscale: #6B6B6B. Windows color (decimal): -15691617 or 10457104. OLE color: 10457104.

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

Color convert

RGB16144159-
CMYK0.900.0900.38
HSL186.29º81.71%34.31%-
HSV(B)186.29º89.94%62.35%-
XYZ16.4422.5636.29-
YUV107.44157.0962.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.02%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 159 (62.5% from 255) = 49.84%
R=5.02%
G=45.14%
B=49.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal161441590.900.0900.38186.2981.7134.31
Hex10909F5A9026ba5222
Octal202202371321104627212242
Binary100001001000010011111101101010010100110101110101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10909F;
 }
 .AnyTagClassName
 {
   color: #10909F;
 }
</style>
background-color css

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

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

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

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

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

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