#10929A

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

Shades of Eastern Blue #10929A

Tints of Eastern Blue #10929A

Color information

#10929A (or 0x10929A) is unknown color: approx Eastern Blue. HEX triplet: 10, 92 and 9A. RGB value is (16,146,154). Sum of RGB (Red+Green+Blue) = 16+146+154=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 146 (57.42% from 255 or 46.20% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #10929A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10929A is #EF6D65. Grayscale: #6B6B6B. Windows color (decimal): -15691110 or 10129936. OLE color: 10129936.

HSL color Cylindrical-coordinate representation of color #10929A: hue angle of 183.48º 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 #10929A is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB16146154-
CMYK0.900.0500.40
HSL183.48º81.18%33.33%-
HSV(B)183.48º89.61%60.39%-
XYZ16.332334.15-
YUV108.04153.9362.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.06%
GREEN value IS 146 (57.42% from 255) = 46.20%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=5.06%
G=46.20%
B=48.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal161461540.900.0500.40183.4881.1833.33
Hex10929A5A5028b75121
Octal20222232132505026712141
Binary10000100100101001101010110101010101000101101111010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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