#10927E

Color #10927E Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #10927E

Tints of Observatory #10927E

Color information

#10927E (or 0x10927E) is unknown color: approx Observatory. HEX triplet: 10, 92 and 7E. RGB value is (16,146,126). Sum of RGB (Red+Green+Blue) = 16+146+126=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 146 (57.42% from 255 or 50.69% from 288); Blue value is 126 (49.61% from 255 or 43.75% from 288); Max value from RGB is 146 - color contains mainly: green. Hex color #10927E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10927E is #EF6D81. Grayscale: #686868. Windows color (decimal): -15691138 or 8294928. OLE color: 8294928.

HSL color Cylindrical-coordinate representation of color #10927E: hue angle of 170.77º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10927E is Cyan = 0.89, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB16146126-
CMYK0.8900.140.43
HSL170.77º80.25%31.76%-
HSV(B)170.77º89.04%57.25%-
XYZ14.2622.1723.27-
YUV104.85139.9364.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.56%
GREEN value IS 146 (57.42% from 255) = 50.69%
BLUE value IS 126 (49.61% from 255) = 43.75%
R=5.56%
G=50.69%
B=43.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal161461260.8900.140.43170.7780.2531.76
Hex10927E590E2Bab5020
Octal202221761310165325312040
Binary10000100100101111110101100101110101011101010111010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10927E; }

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

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

<style>
 a { background-color: #10927E; }

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

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

<style>
 span { border-color: #10927E; }

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

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