#10909B

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

Shades of Eastern Blue #10909B

Tints of Eastern Blue #10909B

Color information

#10909B (or 0x10909B) is unknown color: approx Eastern Blue. HEX triplet: 10, 90 and 9B. RGB value is (16,144,155). Sum of RGB (Red+Green+Blue) = 16+144+155=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #10909B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10909B is #EF6F64. Grayscale: #6A6A6A. Windows color (decimal): -15691621 or 10194960. OLE color: 10194960.

HSL color Cylindrical-coordinate representation of color #10909B: hue angle of 184.75º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10909B is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB16144155-
CMYK0.900.0700.39
HSL184.75º81.29%33.53%-
HSV(B)184.75º89.68%60.78%-
XYZ16.122.4234.49-
YUV106.98155.0963.11-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.08%
GREEN value IS 144 (56.64% from 255) = 45.71%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=5.08%
G=45.71%
B=49.21%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal161441550.900.0700.39184.7581.2933.53
Hex10909B5A7027b95122
Octal20220233132704727112142
Binary10000100100001001101110110101110100111101110011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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