#10919A

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

Shades of Eastern Blue #10919A

Tints of Eastern Blue #10919A

Color information

#10919A (or 0x10919A) is unknown color: approx Eastern Blue. HEX triplet: 10, 91 and 9A. RGB value is (16,145,154). Sum of RGB (Red+Green+Blue) = 16+145+154=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 145 (57.03% from 255 or 46.03% from 315); Blue value is 154 (60.55% from 255 or 48.89% from 315); Max value from RGB is 154 - color contains mainly: blue. Hex color #10919A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10919A is #EF6E65. Grayscale: #6B6B6B. Windows color (decimal): -15691366 or 10129680. OLE color: 10129680.

HSL color Cylindrical-coordinate representation of color #10919A: hue angle of 183.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10919A is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB16145154-
CMYK0.900.0600.40
HSL183.91º81.18%33.33%-
HSV(B)183.91º89.61%60.39%-
XYZ16.1722.6934.1-
YUV107.46154.2662.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.08%
GREEN value IS 145 (57.03% from 255) = 46.03%
BLUE value IS 154 (60.55% from 255) = 48.89%
R=5.08%
G=46.03%
B=48.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal161451540.900.0600.40183.9181.1833.33
Hex10919A5A6028b85121
Octal20221232132605027012141
Binary10000100100011001101010110101100101000101110001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10919A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10919A; }

 p { color: rgb(16,145,154); }

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

<style>
 a { background-color: #10919A; }

 a { background-color: rgb(16,145,154); }

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

<style>
 span { border-color: #10919A; }

 span { border-color: rgb(16,145,154); }

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